X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fsrc%2Fmain%2Fresources%2Fapplication.yml;h=ac620f6cb37f4c8a9727e7b14b3f34d2eb216320;hb=2472e61ecf2f5ebf9c5e3ddcf9c2b66ab0d4219e;hp=1b62b02df52ebb602ba4741363f0dc5957a521c6;hpb=b81d0407c3f3356057bd1a8d66aadc42270becfe;p=cps.git diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 1b62b02df..ac620f6cb 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -73,6 +73,11 @@ notification: enabled: false topic: ${CPS_CHANGE_EVENT_TOPIC:cps.cfg-state-events} +springdoc: + swagger-ui: + url: /openapi.yml + path: /swagger-ui/index.html + security: # comma-separated uri patterns which do not require authorization permit-uri: /manage/**,/swagger-ui/**,/swagger-resources/**,/v3/api-docs