summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/champ/resources/config/appconfig/auth/champ_policy.json
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-03-08 10:02:21 -0500
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-03-27 16:00:10 -0400
commit48f10701d548dd2211d656d63e9826754d21027c (patch)
tree62d42378541c3cded20073f0d4e928bf048e8336 /kubernetes/aai/charts/champ/resources/config/appconfig/auth/champ_policy.json
parent41c491482386f37ac876717e0f565ba0781e2d8a (diff)
Add champ subchart to oom aai
Change-Id: I19973276c957bf46cdb7cf493cead188b9faa2ad Issue-ID: OOM-790 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/champ/resources/config/appconfig/auth/champ_policy.json')
-rw-r--r--kubernetes/aai/charts/champ/resources/config/appconfig/auth/champ_policy.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/champ/resources/config/appconfig/auth/champ_policy.json b/kubernetes/aai/charts/champ/resources/config/appconfig/auth/champ_policy.json
new file mode 100644
index 0000000000..ee04a714be
--- /dev/null
+++ b/kubernetes/aai/charts/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"
+ }
+ ]
+ }
+ ]
+}
+