diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-11-06 11:59:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-06 11:59:28 +0000 |
commit | 685380e4597129b620665110b8b32207b493f1a9 (patch) | |
tree | 1a7538c50c21aa7b200b8dbdb1ed2deede6c9236 /kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties | |
parent | 8ce0071e5b4a9f3e5688149fd89cf5b36c769785 (diff) | |
parent | 48eaa6771f6f203818ea67a2605ed63ea1b202ed (diff) |
Merge "add properties for username and password"
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties index ec2ce6bda5..c17c2f489a 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties @@ -106,6 +106,11 @@ blueprintsprocessor.messageconsumer.self-service-api.pollMillSec=1000 # Self Service Response Kafka Message Producer blueprintsprocessor.messageproducer.self-service-api.bootstrapServers=message-router-kafka:9092 + + +# Used in Health Check +endpoints.user.name=ccsdkapps +endpoints.user.password=ccsdkapps blueprintsprocessor.messageproducer.self-service-api.type=kafka-basic-auth blueprintsprocessor.messageproducer.self-service-api.clientId=cds-client blueprintsprocessor.messageproducer.self-service-api.topic=cds-producer |