diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-01-18 11:43:33 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-01-22 14:40:45 +0100 |
commit | 6212bb27ae5202b9071b8a8493afcaecaa1b9249 (patch) | |
tree | f380db378ed02ee3266ce48b49f91d17b2779a52 /kubernetes/aai/components/aai-search-data/resources/rproxy/config/forward-proxy.properties | |
parent | 331f004f58c40f70ab3b51cd3d504811ad132c3f (diff) |
[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 <sylvain.desbureaux@orange.com>
Change-Id: Ie78740eb452f1b28f031a97fe272f86acce1f8be
Diffstat (limited to 'kubernetes/aai/components/aai-search-data/resources/rproxy/config/forward-proxy.properties')
-rw-r--r-- | kubernetes/aai/components/aai-search-data/resources/rproxy/config/forward-proxy.properties | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/aai/components/aai-search-data/resources/rproxy/config/forward-proxy.properties b/kubernetes/aai/components/aai-search-data/resources/rproxy/config/forward-proxy.properties deleted file mode 100644 index 55a9b4816f..0000000000 --- a/kubernetes/aai/components/aai-search-data/resources/rproxy/config/forward-proxy.properties +++ /dev/null @@ -1,4 +0,0 @@ -forward-proxy.protocol = https -forward-proxy.host = localhost -forward-proxy.port = 10680 -forward-proxy.cacheurl = /credential-cache |