aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-search-data/resources/rproxy/config/auth
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-04-24 17:16:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-24 17:16:50 +0000
commitf3e398fa75bb53bd951b4702493a451ae82b4b2b (patch)
tree76e5ed56150bc89cd8bad3063ca57eb330d667f8 /charts/aai-search-data/resources/rproxy/config/auth
parentf0d0763e748a2f14f002ac51bd04d030004502a3 (diff)
parent7780ab3ebf4a2053efb531fd30210e71e7f7d2cb (diff)
Merge "Add Pluggable Security to Search MS"
Diffstat (limited to 'charts/aai-search-data/resources/rproxy/config/auth')
-rw-r--r--charts/aai-search-data/resources/rproxy/config/auth/uri-authorization.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/charts/aai-search-data/resources/rproxy/config/auth/uri-authorization.json b/charts/aai-search-data/resources/rproxy/config/auth/uri-authorization.json
new file mode 100644
index 0000000..595d484
--- /dev/null
+++ b/charts/aai-search-data/resources/rproxy/config/auth/uri-authorization.json
@@ -0,0 +1,11 @@
+[
+ {
+ "uri": "\/services\/search-data-service\/.*",
+ "method": "GET|PUT|POST|DELETE",
+ "permissions": [
+ "org\\.onap\\.aai\\.resources\\|\\*\\|.*"
+ ]
+ }
+
+
+]