diff options
author | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-06 10:24:30 +0000 |
---|---|---|
committer | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-06 10:25:03 +0000 |
commit | 2a6b3962c617ac2f7dbcb29105955b5f8b2c6060 (patch) | |
tree | 867d6b1aaf0bd268e7d19156423c68d4abcd8fa1 /resources/config/search-data-service/appconfig/auth | |
parent | 34fb0cf4e6625ad918710f982399c7e8cf10242b (diff) |
config seg aai search data service
Change-Id: Ie0229756fabb37a88f46c3d6eb864531660885a8
Issue-ID: OOM-663
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'resources/config/search-data-service/appconfig/auth')
-rw-r--r-- | resources/config/search-data-service/appconfig/auth/search_policy.json | 18 | ||||
-rw-r--r-- | resources/config/search-data-service/appconfig/auth/tomcat_keystore | bin | 0 -> 2214 bytes |
2 files changed, 18 insertions, 0 deletions
diff --git a/resources/config/search-data-service/appconfig/auth/search_policy.json b/resources/config/search-data-service/appconfig/auth/search_policy.json new file mode 100644 index 0000000..72d8902 --- /dev/null +++ b/resources/config/search-data-service/appconfig/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/resources/config/search-data-service/appconfig/auth/tomcat_keystore b/resources/config/search-data-service/appconfig/auth/tomcat_keystore Binary files differnew file mode 100644 index 0000000..9eec841 --- /dev/null +++ b/resources/config/search-data-service/appconfig/auth/tomcat_keystore |