From 6212bb27ae5202b9071b8a8493afcaecaa1b9249 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Mon, 18 Jan 2021 11:43:33 +0100 Subject: [AAI] Remove unused AAF proxies Some AAI components have the ability of using AAF proxies for authentication. As AAF is deprecated and these proxies seems not to be used by anybody, let's remove them. Issue-ID: OOM-2663 Signed-off-by: Sylvain Desbureaux Change-Id: Ie78740eb452f1b28f031a97fe272f86acce1f8be --- .../resources/rproxy/config/auth/uri-authorization.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 kubernetes/aai/components/aai-search-data/resources/rproxy/config/auth/uri-authorization.json (limited to 'kubernetes/aai/components/aai-search-data/resources/rproxy/config/auth/uri-authorization.json') diff --git a/kubernetes/aai/components/aai-search-data/resources/rproxy/config/auth/uri-authorization.json b/kubernetes/aai/components/aai-search-data/resources/rproxy/config/auth/uri-authorization.json deleted file mode 100644 index 595d484c37..0000000000 --- a/kubernetes/aai/components/aai-search-data/resources/rproxy/config/auth/uri-authorization.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "uri": "\/services\/search-data-service\/.*", - "method": "GET|PUT|POST|DELETE", - "permissions": [ - "org\\.onap\\.aai\\.resources\\|\\*\\|.*" - ] - } - - -] -- cgit 1.2.3-korg