diff options
author | kj <keren.joseph@amdocs.com> | 2018-03-19 15:07:44 +0200 |
---|---|---|
committer | kj <keren.joseph@amdocs.com> | 2018-03-27 19:48:13 +0300 |
commit | 6a8ce801a6afe0a26694b02532773b1938e2dd70 (patch) | |
tree | 6d1a2f391545a18f967a59c0b2f7a21887baaf5c /charts/aai-search-data/resources/config/auth/search_policy.json | |
parent | e3b6f914d6daf91ca110060c2b8696ff04b82773 (diff) |
Add standardized helm chart for aai
Issue-ID: OOM-734
Change-Id: I6b1a85017d79b92afcae44cf823ab000a10ce4be
Signed-off-by: kj <keren.joseph@amdocs.com>
Diffstat (limited to 'charts/aai-search-data/resources/config/auth/search_policy.json')
-rw-r--r-- | charts/aai-search-data/resources/config/auth/search_policy.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/charts/aai-search-data/resources/config/auth/search_policy.json b/charts/aai-search-data/resources/config/auth/search_policy.json new file mode 100644 index 0000000..72d8902 --- /dev/null +++ b/charts/aai-search-data/resources/config/auth/search_policy.json @@ -0,0 +1,18 @@ +{ + "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" + } + ] + } + ] +} |