From ffcebde0d6f0b163dec4e1ba35f4771502276f3a Mon Sep 17 00:00:00 2001 From: davesh Date: Tue, 16 May 2017 16:20:21 -0400 Subject: Initial commit of test-config Change-Id: I2e75d4207685872e32b3fb2c6d03660e4394763e Signed-off-by: davesh --- search-data-service/appconfig/auth/search_policy.json | 18 ++++++++++++++++++ search-data-service/appconfig/auth/tomcat_keystore | Bin 0 -> 2214 bytes 2 files changed, 18 insertions(+) create mode 100644 search-data-service/appconfig/auth/search_policy.json create mode 100644 search-data-service/appconfig/auth/tomcat_keystore (limited to 'search-data-service/appconfig/auth') diff --git a/search-data-service/appconfig/auth/search_policy.json b/search-data-service/appconfig/auth/search_policy.json new file mode 100644 index 0000000..72d8902 --- /dev/null +++ b/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/search-data-service/appconfig/auth/tomcat_keystore b/search-data-service/appconfig/auth/tomcat_keystore new file mode 100644 index 0000000..9eec841 Binary files /dev/null and b/search-data-service/appconfig/auth/tomcat_keystore differ -- cgit 1.2.3-korg