diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-03-12 15:38:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-12 15:38:23 +0000 |
commit | f451ca668c1de480211b380b58e1010c47f28008 (patch) | |
tree | a302865285b43ded081f814e033f426f6265cc2b /src/main/resources/application-noaaf.properties | |
parent | 92cc4185fca63ddd882be5bcd9d4a626b627164f (diff) | |
parent | a9be95f91ea469681517c697fae2fd2a5bcd9ff5 (diff) |
Merge "Rework authorization controller "
Diffstat (limited to 'src/main/resources/application-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index 7dd0314a1..632856e92 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -208,7 +208,7 @@ clamp.config.dcae.header.requestId = X-ECOMP-RequestID #Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case ! clamp.config.security.permission.type.cl=org.onap.clamp.clds.cl 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.cl.event=org.onap.clamp.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 |