diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2017-08-18 13:24:32 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2017-08-18 13:27:32 -0400 |
commit | d907b91d857f52aa06f8bc00ac8edd4e834e2fab (patch) | |
tree | 1bf5abd17176d810036623178067a097d92060ac /test/csit/plans/aai/search-data-service/appconfig/auth | |
parent | dbdc30ad2cd10a1b6a38885f51f64ff169dfe4a4 (diff) |
[AAI-158] csit test for search-data-service
Change-Id: I0c3cca0352c9eb7c7671d1cc7dee9081e61fd66f
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'test/csit/plans/aai/search-data-service/appconfig/auth')
-rw-r--r-- | test/csit/plans/aai/search-data-service/appconfig/auth/search_policy.json | 18 | ||||
-rw-r--r-- | test/csit/plans/aai/search-data-service/appconfig/auth/tomcat_keystore | bin | 0 -> 2214 bytes |
2 files changed, 18 insertions, 0 deletions
diff --git a/test/csit/plans/aai/search-data-service/appconfig/auth/search_policy.json b/test/csit/plans/aai/search-data-service/appconfig/auth/search_policy.json new file mode 100644 index 000000000..72d8902fb --- /dev/null +++ b/test/csit/plans/aai/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/test/csit/plans/aai/search-data-service/appconfig/auth/tomcat_keystore b/test/csit/plans/aai/search-data-service/appconfig/auth/tomcat_keystore Binary files differnew file mode 100644 index 000000000..9eec841aa --- /dev/null +++ b/test/csit/plans/aai/search-data-service/appconfig/auth/tomcat_keystore |