diff options
author | egernug <gerard.nugent@est.tech> | 2023-09-21 17:51:21 +0100 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2023-09-22 11:20:05 +0100 |
commit | 477bd46874d2c8266007358f9ca335b0442cea18 (patch) | |
tree | b5e4e88655f1d84eca7c6d14bd14962b1ad4e845 /cps-application/src/main/resources | |
parent | 0af82141cb75a04a16248e17d4e915a580e82300 (diff) |
Reinstate Spring Boot 3.0 after revert
Issue-ID: CPS-1789
Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: Iee5c514ccdba36a387f83948d8a3ba26e6b1de5b
Diffstat (limited to 'cps-application/src/main/resources')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 58748271cc..016356801d 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -140,10 +140,10 @@ springdoc: - name: cps-ncmp-inventory url: /api-docs/cps-ncmp/openapi-inventory.yaml +permit-uri: /manage/**,/swagger-ui.html,/swagger-ui/**,/swagger-resources/**,/api-docs/** security: # comma-separated uri patterns which do not require authorization - permit-uri: /manage/**,/swagger-ui.html,/swagger-ui/**,/swagger-resources/**,/api-docs/** auth: username: ${CPS_USERNAME} password: ${CPS_PASSWORD} |