aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-search-data/resources/config/auth
diff options
context:
space:
mode:
authorkj <keren.joseph@amdocs.com>2018-03-19 15:07:44 +0200
committerkj <keren.joseph@amdocs.com>2018-03-27 19:48:13 +0300
commit6a8ce801a6afe0a26694b02532773b1938e2dd70 (patch)
tree6d1a2f391545a18f967a59c0b2f7a21887baaf5c /charts/aai-search-data/resources/config/auth
parente3b6f914d6daf91ca110060c2b8696ff04b82773 (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')
-rw-r--r--charts/aai-search-data/resources/config/auth/search_policy.json18
-rw-r--r--charts/aai-search-data/resources/config/auth/tomcat_keystorebin0 -> 2214 bytes
2 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"
+ }
+ ]
+ }
+ ]
+}
diff --git a/charts/aai-search-data/resources/config/auth/tomcat_keystore b/charts/aai-search-data/resources/config/auth/tomcat_keystore
new file mode 100644
index 0000000..9eec841
--- /dev/null
+++ b/charts/aai-search-data/resources/config/auth/tomcat_keystore
Binary files differ