X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcps%2Fresources%2Fconfig%2Fapplication.yml;h=d85d34108139a06dcce921a0db07ea4574a5cdf9;hb=c8c2a502a15e90110840d3e4cea6d8377419de48;hp=983a75444bef544a809d394d1a8a54e6ab0b0812;hpb=627c03abaea32594b4b518ff6a965363f4a73fc5;p=oom.git diff --git a/kubernetes/cps/resources/config/application.yml b/kubernetes/cps/resources/config/application.yml old mode 100644 new mode 100755 index 983a75444b..d85d341081 --- a/kubernetes/cps/resources/config/application.yml +++ b/kubernetes/cps/resources/config/application.yml @@ -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: