diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-04-12 15:29:38 +0100 |
---|---|---|
committer | Renu Kumari <renu.kumari@bell.ca> | 2021-04-15 08:15:45 -0400 |
commit | f9908a411572915212746ea4d17d385ed23d4dae (patch) | |
tree | b6a8778729664b1adb0f6ccd74b2611cf37416ea /kubernetes/cps/resources | |
parent | 1d64b4dbc585cc850baa6c75078a8237f6e5a550 (diff) |
[CPS] Bump CPS versions for RC1 bug fixes
Bump CPS images to version 1.0.1 to install bug fixes discovered between
M3 and RC1. Overview of these can be see in https://jira.onap.org/browse/CPS-319
Issue-ID: CPS-304
Issue-ID: CPS-249
Issue-ID: CPS-276
Issue-ID: CPS-288
Issue-ID: CPS-290
Issue-ID: CPS-292
Issue-ID: CPS-300
Issue-ID: CPS-308
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: I732a0be8b557dd125ae61f538eb77ed96f5dc2db
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Diffstat (limited to 'kubernetes/cps/resources')
-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: |