diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-09-28 15:08:08 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2018-10-01 09:10:28 -0500 |
commit | e6adf04ad103a8f670116d0f5b52e0694a3a931b (patch) | |
tree | 2b2be07e3bd2cfd31f305d87bbf659d11456afe3 /kubernetes/consul/resources/config/consul-agent-config | |
parent | 0d4b4b58b2e6d980bd659d512ea23bd79fc7e7eb (diff) |
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 <jh1730@att.com>
Issue-ID: POLICY-1156
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'kubernetes/consul/resources/config/consul-agent-config')
-rw-r--r-- | kubernetes/consul/resources/config/consul-agent-config/policy-health.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |