diff options
author | 2019-04-24 17:16:50 +0000 | |
---|---|---|
committer | 2019-04-24 17:16:50 +0000 | |
commit | f3e398fa75bb53bd951b4702493a451ae82b4b2b (patch) | |
tree | 76e5ed56150bc89cd8bad3063ca57eb330d667f8 /charts/aai-search-data/resources/rproxy/config/auth | |
parent | f0d0763e748a2f14f002ac51bd04d030004502a3 (diff) | |
parent | 7780ab3ebf4a2053efb531fd30210e71e7f7d2cb (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.json | 11 |
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\\|\\*\\|.*" + ] + } + + +] |