diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-04-19 07:38:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-19 07:38:13 +0000 |
commit | 66f4cdf7691aa8ffb8d33161a9b42b29b8e359e0 (patch) | |
tree | 244412f00666ec000b70fc53e84ed21ef06aef80 /kubernetes/cps/resources/config/application.yml | |
parent | 11c1c60159dbfc405bc0584351193b6818fecbd3 (diff) | |
parent | ca97f76c38abf184c60819ce3d9ad39919f6ff61 (diff) |
Merge "[CPS] Bump CPS versions for RC1 bug fixes" into honolulu
Diffstat (limited to 'kubernetes/cps/resources/config/application.yml')
-rwxr-xr-x | kubernetes/cps/resources/config/application.yml | 7 |
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: |