summaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/resources/config/application.yml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-04-16 07:42:27 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-16 07:42:27 +0000
commit497f69fa89495172201c84c5fadc1066e0e56b72 (patch)
treed6e0d1af5427d475c071c865cc5f9af4118231e2 /kubernetes/cps/resources/config/application.yml
parentb30975e0174abb949a8e957d7b2ac5ccec1417f5 (diff)
parentf9908a411572915212746ea4d17d385ed23d4dae (diff)
Merge "[CPS] Bump CPS versions for RC1 bug fixes"
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: