diff options
Diffstat (limited to 'kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth')
-rw-r--r-- | kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth/champ_policy.json | 19 | ||||
-rw-r--r-- | kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth/tomcat_keystore | bin | 0 -> 2214 bytes |
2 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth/champ_policy.json b/kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth/champ_policy.json new file mode 100644 index 0000000000..ee04a714be --- /dev/null +++ b/kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth/champ_policy.json @@ -0,0 +1,19 @@ +{ + "roles": [ + { + "name": "admin", + "functions": [ + { + "name": "search", "methods": [ { "name": "GET" },{ "name": "DELETE" }, { "name": "PUT" }, { "name": "POST" } ] + } + ], + + "users": [ + { + "username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA" + } + ] + } + ] +} + diff --git a/kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth/tomcat_keystore b/kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth/tomcat_keystore Binary files differnew file mode 100644 index 0000000000..9eec841aa2 --- /dev/null +++ b/kubernetes/aai/charts/aai-champ/resources/config/appconfig/auth/tomcat_keystore |