From e6adf04ad103a8f670116d0f5b52e0694a3a931b Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Fri, 28 Sep 2018 15:08:08 -0500 Subject: Make AAF install credentials, the default The credentials are defaulted to the demo AAF install accounts. These credentials will be used in the default ONAP installation, regardless AAF being used or not. This will allow external clients not to be reconfigured regardless of AAF being on or off. Change-Id: Ib7660f71793b0318b45469219b3802c1d1208a29 Signed-off-by: Jorge Hernandez Issue-ID: POLICY-1156 Signed-off-by: Jorge Hernandez --- .../consul/resources/config/consul-agent-config/policy-health.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/consul/resources') diff --git a/kubernetes/consul/resources/config/consul-agent-config/policy-health.json b/kubernetes/consul/resources/config/consul-agent-config/policy-health.json index 62a6f31223..9cad9dc1d5 100644 --- a/kubernetes/consul/resources/config/consul-agent-config/policy-health.json +++ b/kubernetes/consul/resources/config/consul-agent-config/policy-health.json @@ -67,7 +67,7 @@ "http": "https://drools:6969/healthcheck", "method": "GET", "header": { - "Authorization": ["Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0"], + "Authorization": ["Basic ZGVtb0BwZW9wbGUub3NhYWYub3JnOmRlbW8xMjM0NTYh"], "Cache-Control": ["no-cache"], "Content-Type": ["application/json"], "Accept": ["application/json"] -- cgit 1.2.3-korg