From bfbbe333ee30722a85bce77e294cc76a9af598ce Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 7 Aug 2020 14:12:18 -0400 Subject: [SDNC] Remove sdnc-portal component The sdnc-portal component is currently disabled due to known security vulnerabilities. This component is no longer supported - the developer left the project - and its functionality is not really needed. So, we are removing this component in Guilin. Issue-ID: SDNC-1236 Signed-off-by: Dan Timoney Change-Id: I45c7cad2102011fb25ca9f6707792dfd5c97624f --- .../consul-agent-config/sdnc-portal-health.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json (limited to 'kubernetes/consul/resources') diff --git a/kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json b/kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json deleted file mode 100644 index d03ce90820..0000000000 --- a/kubernetes/consul/resources/config/consul-agent-config/sdnc-portal-health.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "service": { - "name": "Health Check: SDNC Portal", - "checks": [ - { - "id": "sdnc-portal", - "name": "SDNC Portal Health Check", - "http": "http://sdnc-portal:8843/login", - "method": "HEAD", - "header": { - "Cache-Control": ["no-cache"], - "Content-Type": ["application/json"], - "Accept": ["application/json"] - }, - "tls_skip_verify": true, - "interval": "15s", - "timeout": "1s" - } - ] - } -} -- cgit 1.2.3-korg