Merge "[COMMON] Fix condition equality bashisms"
[oom.git] / kubernetes / cps / resources / config / application.yml
old mode 100644 (file)
new mode 100755 (executable)
index 983a754..d85d341
@@ -1,6 +1,7 @@
 {{/*
   #  Copyright (C) 2021 Pantheon.tech
   #  Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
+  #  Modifications Copyright (C) 2021 Nordix Foundation. All rights reserved.
   #
   # Licensed under the Apache License, Version 2.0 (the "License");
   # you may not use this file except in compliance with the License.
@@ -46,6 +47,18 @@ spring:
     cache-names: yangSchema
     caffeine:
       spec: maximumSize=10000,expireAfterAccess=10m
+
+  liquibase:
+    change-log: classpath:changelog/changelog-master.yaml
+    labels: ${LIQUIBASE_LABELS}
+
+security:
+  # comma-separated uri patterns which do not require authorization
+  permit-uri: /manage/health/**,/manage/info,/swagger-ui/**,/swagger-resources/**,/v3/api-docs
+  auth:
+    username: ${CPS_USERNAME}
+    password: ${CPS_PASSWORD}
+
 # Actuator
 management:
   endpoints: