From ee7faff4b6e292237ccdac5e19cd0b438ea91e52 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Wed, 9 Jun 2021 14:24:00 +0100 Subject: 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 --- runtime/src/test/resources/application.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'runtime/src/test') diff --git a/runtime/src/test/resources/application.properties b/runtime/src/test/resources/application.properties index bc513e9e4..60704acf5 100644 --- a/runtime/src/test/resources/application.properties +++ b/runtime/src/test/resources/application.properties @@ -177,4 +177,9 @@ clamp.config.cds.password=ccsdkapps ## Tosca converter clamp.config.tosca.converter.json.schema.templates=classpath:/clds/tosca-converter/templates.json clamp.config.tosca.converter.default.datatypes=classpath:/clds/tosca-converter/default-tosca-types.yaml -clamp.config.tosca.converter.dictionary.support.enabled=true \ No newline at end of file +clamp.config.tosca.converter.dictionary.support.enabled=true + +# 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 -- cgit 1.2.3-korg