CPS-401 Update Open API YAML with data types and example for output (cpsData)
[cps.git] / cps-application / src / main / resources / application.yml
index 4f3072e..ac620f6 100644 (file)
@@ -1,12 +1,14 @@
 #  ============LICENSE_START=======================================================\r
-#  Modification (C) 2021 Nordix Foundation\r
-#  Modification Copyright (C) 2021 Bell Canada.\r
+#  Copyright (C) 2021 Pantheon.tech\r
+#  Modifications Copyright (C) 2021 Bell Canada\r
+#  Modifications Copyright (C) 2021 Nordix Foundation\r
 #  ================================================================================\r
 #  Licensed under the Apache License, Version 2.0 (the "License");\r
 #  you may not use this file except in compliance with the License.\r
 #  You may obtain a copy of the License at\r
 #\r
 #        http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
 #  Unless required by applicable law or agreed to in writing, software\r
 #  distributed under the License is distributed on an "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
@@ -71,28 +73,33 @@ notification:
         enabled: false\r
         topic: ${CPS_CHANGE_EVENT_TOPIC:cps.cfg-state-events}\r
 \r
+springdoc:\r
+    swagger-ui:\r
+        url: /openapi.yml\r
+        path: /swagger-ui/index.html\r
+        \r
 security:\r
     # comma-separated uri patterns which do not require authorization\r
-    permit-uri: /manage/health/**,/manage/info,/swagger-ui/**,/swagger-resources/**,/v3/api-docs\r
+    permit-uri: /manage/**,/swagger-ui/**,/swagger-resources/**,/v3/api-docs\r
     auth:\r
         username: ${CPS_USERNAME}\r
         password: ${CPS_PASSWORD}\r
 \r
 # Actuator\r
 management:\r
+    server:\r
+        port: 8081\r
     endpoints:\r
         web:\r
             base-path: /manage\r
-        exposure:\r
-            include: info,health,loggers\r
+            exposure:\r
+                include: info,health,loggers,prometheus\r
     endpoint:\r
         health:\r
             show-details: always\r
             # kubernetes probes: liveness and readiness\r
             probes:\r
                 enabled: true\r
-        loggers:\r
-            enabled: true\r
 \r
 logging:\r
     level:\r