diff options
Diffstat (limited to 'charts/aai-champ/resources/rproxy/config/auth')
-rw-r--r-- | charts/aai-champ/resources/rproxy/config/auth/client-cert.p12 | bin | 2556 -> 0 bytes | |||
-rw-r--r-- | charts/aai-champ/resources/rproxy/config/auth/tomcat_keystore | bin | 3594 -> 0 bytes | |||
-rw-r--r-- | charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json | 16 |
3 files changed, 8 insertions, 8 deletions
diff --git a/charts/aai-champ/resources/rproxy/config/auth/client-cert.p12 b/charts/aai-champ/resources/rproxy/config/auth/client-cert.p12 Binary files differdeleted file mode 100644 index dbf4fca..0000000 --- a/charts/aai-champ/resources/rproxy/config/auth/client-cert.p12 +++ /dev/null diff --git a/charts/aai-champ/resources/rproxy/config/auth/tomcat_keystore b/charts/aai-champ/resources/rproxy/config/auth/tomcat_keystore Binary files differdeleted file mode 100644 index 99129c1..0000000 --- a/charts/aai-champ/resources/rproxy/config/auth/tomcat_keystore +++ /dev/null diff --git a/charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json b/charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json index 2865e01..ca34049 100644 --- a/charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json +++ b/charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json @@ -82,18 +82,18 @@ "permissions": [ "test\\.auth\\.access\\|services\\|GET,PUT", "\\|services\\|GET" - ] + ] }, { "uri": "\/services\/inventory\/.*", "permissions": [ - "org\\.access\\|\\*\\|\\*" - ] + "org\\.onap\\.aai\\.resources\\|\\*\\|.*" + ] }, { - "uri": "\/services\/champ-service\/.*", - "permissions": [ - "org\\.access\\|\\*\\|\\*" - ] - } + "uri": "\/services\/champ-service\/.*", + "permissions": [ + "org\\.onap\\.aai\\.resources\\|\\*\\|.*" + ] + } ] |