diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-05-02 15:19:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-02 15:19:46 +0000 |
commit | fe6568bcc322d1b7a8ea3f998eaea057e0e79371 (patch) | |
tree | a2abf1eacfd0253f861daed7c3797266a979268e /charts/aai-babel/resources/config/auth | |
parent | 947e12dba0b89a842df7ecfe11d1a115ecac9a60 (diff) | |
parent | b95074ba610d66b5fd36f81077a36ae0a2981a1d (diff) |
Merge "Update babel and ml to work properly in oom"
Diffstat (limited to 'charts/aai-babel/resources/config/auth')
-rw-r--r-- | charts/aai-babel/resources/config/auth/auth_policy.json | 6 | ||||
-rw-r--r-- | charts/aai-babel/resources/config/auth/tomcat_keystore | bin | 17136 -> 2214 bytes |
2 files changed, 3 insertions, 3 deletions
diff --git a/charts/aai-babel/resources/config/auth/auth_policy.json b/charts/aai-babel/resources/config/auth/auth_policy.json index 5340a6a..e7c6459 100644 --- a/charts/aai-babel/resources/config/auth/auth_policy.json +++ b/charts/aai-babel/resources/config/auth/auth_policy.json @@ -8,7 +8,7 @@ } ], "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} + {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"} ] }, { @@ -18,7 +18,7 @@ "methods": [{"name": "POST"}] }], "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} + {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"} ] }, { @@ -30,7 +30,7 @@ } ], "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} + {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"} ] }, { diff --git a/charts/aai-babel/resources/config/auth/tomcat_keystore b/charts/aai-babel/resources/config/auth/tomcat_keystore Binary files differindex cbec390..9eec841 100644 --- a/charts/aai-babel/resources/config/auth/tomcat_keystore +++ b/charts/aai-babel/resources/config/auth/tomcat_keystore |