summaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/resources/config/application.yml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-04-19 07:38:13 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-19 07:38:13 +0000
commit66f4cdf7691aa8ffb8d33161a9b42b29b8e359e0 (patch)
tree244412f00666ec000b70fc53e84ed21ef06aef80 /kubernetes/cps/resources/config/application.yml
parent11c1c60159dbfc405bc0584351193b6818fecbd3 (diff)
parentca97f76c38abf184c60819ce3d9ad39919f6ff61 (diff)
Merge "[CPS] Bump CPS versions for RC1 bug fixes" into honolulu
Diffstat (limited to 'kubernetes/cps/resources/config/application.yml')
-rwxr-xr-xkubernetes/cps/resources/config/application.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/cps/resources/config/application.yml b/kubernetes/cps/resources/config/application.yml
index 3fa080e395..d85d341081 100755
--- a/kubernetes/cps/resources/config/application.yml
+++ b/kubernetes/cps/resources/config/application.yml
@@ -52,6 +52,13 @@ spring:
change-log: classpath:changelog/changelog-master.yaml
labels: ${LIQUIBASE_LABELS}
+security:
+ # comma-separated uri patterns which do not require authorization
+ permit-uri: /manage/health/**,/manage/info,/swagger-ui/**,/swagger-resources/**,/v3/api-docs
+ auth:
+ username: ${CPS_USERNAME}
+ password: ${CPS_PASSWORD}
+
# Actuator
management:
endpoints: