diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-01-25 13:38:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-01-25 13:38:02 +0000 |
commit | 52a7c2b2685ad63154e347782f0ff5c16f87ef53 (patch) | |
tree | 8516a97ac7845212095536b6ace97f9ca61b54a4 /cps-application | |
parent | 26804e49980bc1d3139b09b7934e94a2ea1e7743 (diff) | |
parent | 7a397ca71ce9aacbddc64b87813c1c5f8fc8bd9b (diff) |
Merge "Omitting the basic auth header in healthcheck test"
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 4e20a4b8db..e56e0e13cb 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -142,7 +142,7 @@ springdoc: security: # comma-separated uri patterns which do not require authorization - permit-uri: /actuator/**,/swagger-ui.html,/swagger-ui/**,/swagger-resources/**,/api-docs/** + permit-uri: /actuator/**,/swagger-ui.html,/swagger-ui/**,/swagger-resources/**,/api-docs/**,/v3/api-docs/** auth: username: ${CPS_USERNAME} password: ${CPS_PASSWORD} @@ -209,4 +209,4 @@ hazelcast: mode: kubernetes: enabled: ${HAZELCAST_MODE_KUBERNETES_ENABLED:false} - service-name: ${CPS_NCMP_SERVICE_NAME:"cps-and-ncmp-service"}
\ No newline at end of file + service-name: ${CPS_NCMP_SERVICE_NAME:"cps-and-ncmp-service"} |