Return permit-uri from root to securty
[cps.git] / cps-application / src / main / resources / application.yml
index e84b193..89969b9 100644 (file)
@@ -139,10 +139,11 @@ springdoc:
             - name: cps-ncmp-inventory
               url: /api-docs/cps-ncmp/openapi-inventory.yaml
 
-permit-uri: /actuator/**,/swagger-ui.html,/swagger-ui/**,/swagger-resources/**,/api-docs/**
+
 
 security:
     # comma-separated uri patterns which do not require authorization
+    permit-uri: /actuator/**,/swagger-ui.html,/swagger-ui/**,/swagger-resources/**,/api-docs/**
     auth:
         username: ${CPS_USERNAME}
         password: ${CPS_PASSWORD}