diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-11-15 14:23:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-15 14:23:30 +0000 |
commit | ce021b10a575c9ec67025ebcfa7a6b2537bb69da (patch) | |
tree | 38deffb4b187496932f65fedf6a19467aa778ec7 /packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml | |
parent | c1b29b86a2c6804de6c7c302cdd103143c1fc617 (diff) | |
parent | 3d8fc9a77081886599cc93acd26105b433770b43 (diff) |
Merge "Add health check, metrics and prometheus endpoints for CL participants"
Diffstat (limited to 'packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml')
-rw-r--r-- | packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml b/packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml index 625b15b89..b357ae424 100644 --- a/packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml +++ b/packages/policy-clamp-tarball/src/main/resources/etc/PolicyParticipantParameters.yaml @@ -1,3 +1,8 @@ +spring: + security: + user: + name: participantUser + password: zb!XztG34 participant: pdpGroup: defaultGroup @@ -43,3 +48,12 @@ participant: - ${topicServer:message-router} topicCommInfrastructure: dmaap useHttps: true +management: + endpoints: + web: + exposure: + include: health, metrics, prometheus +server: + port: 8085 + servlet: + context-path: /onap/policyparticipant |