Uploaded image for project: 'Common Controller SDK'
  1. Common Controller SDK
  2. CCSDK-3814

CDS-UI must be able to listen on HTTP

XMLWordPrintable

      For "ONAP on ServiceMesh" the TLS termination will be done in the Ingress Gateway.
      Therefor it needs to be possible to run services on HTTP.

      CDS-UI has hardcoded the server listening on HTTPS (https://git.onap.org/ccsdk/cds/tree/cds-ui/server/index.js):

        // Run the application
        const config = {
          rest: {
            protocol: 'https',
            pfx: p12,
            passphrase: passphrase,
            port: +process.env.PORT || 3000,
            host: process.env.HOST || 'localhost', 

      Possible solution would be to make it configurable as the port number.

            rajesh.kumar rajesh.kumar
            andreasgeissler Andreas Geissler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: