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

CDS-UI must be able to listen on HTTP

    XMLWordPrintable

Details

    • Task
    • Status: Open
    • Medium
    • Resolution: Unresolved
    • None
    • London Release
    • cds

    Description

      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.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              djtimoney Dan Timoney
              andreasgeissler Andreas Geissler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: