diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2024-01-25 11:36:16 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2024-01-25 13:22:54 +0000 |
commit | 7a397ca71ce9aacbddc64b87813c1c5f8fc8bd9b (patch) | |
tree | 7fcf6f46e61cfe44f0cd9fe1b1bb340acfa40e1d /cps-application/src | |
parent | ad5d1fccb4e07ac0260ca4a6a0f7034861e631ad (diff) |
Omitting the basic auth header in healthcheck test
as it is not required and adding v3 to uri of api-docs
Issue-ID: CPS-2045
Change-Id: If229bbd46a5c5187ddac242f8bfda00d5c951995
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'cps-application/src')
-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"} |