diff options
author | sebdet <sd378r@intl.att.com> | 2018-09-05 18:07:57 +0200 |
---|---|---|
committer | sebdet <sd378r@intl.att.com> | 2018-09-05 18:07:57 +0200 |
commit | 86bf8ee150a66ee4c389f3289412d418a83ada0f (patch) | |
tree | 90ad826a73580f6940ae502d27b25a87c5d1e68f /src/main/resources/application-noaaf.properties | |
parent | 1be1c979332d7665c6fa1da9bc4f97c4259eb0cc (diff) |
Fix healthcheck
Fix healthcheck and creds system due to AAF changes
Issue-ID: CLAMP-213
Change-Id: Idcc9a369ab384a1bba86b80f81a75a4631d8604e
Signed-off-by: sebdet <sd378r@intl.att.com>
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index 35895539b..fe7eabc5e 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -102,7 +102,7 @@ async.queue.capacity=500 #For EELF logback file #com.att.eelf.logging.path= -com.att.eelf.logging.file=logback-default.xml +clamp.config.logback.filename=logback-default.xml #The log folder that will be used in logback.xml file clamp.config.log.path=/var/log/ONAP/clamp clamp.config.files.systemProperties=classpath:/system.properties @@ -211,5 +211,6 @@ clamp.config.security.permission.type.cl.manage=org.onap.clamp.clds.cl.manage clamp.config.security.permission.type.cl.event=org.onap.clds.cl.event clamp.config.security.permission.type.filter.vf=org.onap.clamp.clds.filter.vf clamp.config.security.permission.type.template=org.onap.clamp.clds.template +clamp.config.security.permission.type.tosca=org.onap.clamp.clds.tosca #This one indicates the type of instances (dev|prod|perf...), this must be set accordingly in clds-users.properties clamp.config.security.permission.instance=dev |