diff options
author | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-05 11:00:25 +0000 |
---|---|---|
committer | mayankg2703 <mayank.gupta@amdocs.com> | 2018-02-05 11:05:19 +0000 |
commit | eacde7fdf876907ea4484c27126886b9e85d46b0 (patch) | |
tree | 6686107802f86d8d6ef72261fdc956017b2cf44f /resources/config/data-router/appconfig/auth | |
parent | bccac379acdd6422375f8b2fa74dbe3ef082cbb1 (diff) |
config seg aai data router
Change-Id: Ib49c01c7f602458a41c66eb354fa08a024bdea15
Issue-ID: OOM-659
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'resources/config/data-router/appconfig/auth')
-rw-r--r-- | resources/config/data-router/appconfig/auth/client-cert-onap.p12 | bin | 0 -> 2556 bytes | |||
-rw-r--r-- | resources/config/data-router/appconfig/auth/data-router_policy.json | 18 | ||||
-rw-r--r-- | resources/config/data-router/appconfig/auth/tomcat_keystore | bin | 0 -> 2214 bytes |
3 files changed, 18 insertions, 0 deletions
diff --git a/resources/config/data-router/appconfig/auth/client-cert-onap.p12 b/resources/config/data-router/appconfig/auth/client-cert-onap.p12 Binary files differnew file mode 100644 index 0000000..dbf4fca --- /dev/null +++ b/resources/config/data-router/appconfig/auth/client-cert-onap.p12 diff --git a/resources/config/data-router/appconfig/auth/data-router_policy.json b/resources/config/data-router/appconfig/auth/data-router_policy.json new file mode 100644 index 0000000..1b4a6b0 --- /dev/null +++ b/resources/config/data-router/appconfig/auth/data-router_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/data-router/appconfig/auth/tomcat_keystore b/resources/config/data-router/appconfig/auth/tomcat_keystore Binary files differnew file mode 100644 index 0000000..9eec841 --- /dev/null +++ b/resources/config/data-router/appconfig/auth/tomcat_keystore |