-
Task
-
Resolution: Done
-
Medium
-
None
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.