diff options
author | saul.gill <saul.gill@est.tech> | 2021-06-09 14:24:00 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2021-06-11 13:46:42 +0100 |
commit | ee7faff4b6e292237ccdac5e19cd0b438ea91e52 (patch) | |
tree | 605243de9fa8de87447daa2027c78ace949ecfcf /runtime/src/main/resources/application-noaaf.properties | |
parent | d7226091d3435926271c3d3443e6986f4c985803 (diff) |
Create camel endpoint to get tosca from runtime
Endpoint points to Runtime Tosca Service Template endpoint
Added new authorization role for control loop
Credentials in configuration file
Issue-ID: POLICY-3222
Change-Id: I86f8cc5751547abfa15e10903d7e2fb2854f1ece
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'runtime/src/main/resources/application-noaaf.properties')
-rw-r--r-- | runtime/src/main/resources/application-noaaf.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/src/main/resources/application-noaaf.properties b/runtime/src/main/resources/application-noaaf.properties index 1145b393d..a8f4399c4 100644 --- a/runtime/src/main/resources/application-noaaf.properties +++ b/runtime/src/main/resources/application-noaaf.properties @@ -187,4 +187,9 @@ clamp.config.tosca.converter.dictionary.support.enabled=true # Configuration settings for CDS clamp.config.cds.url=http://cds-blueprints-processor-http:8080 clamp.config.cds.userName=ccsdkapps -clamp.config.cds.password=ccsdkapps
\ No newline at end of file +clamp.config.cds.password=ccsdkapps + +# Configuration settings for ControlLoop Runtime Rest API +clamp.config.controlloop.runtime.url=http://localhost:6969 +clamp.config.controlloop.runtime.userName=healthcheck +clamp.config.controlloop.runtime.password=zb!XztG34 |