diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-01 19:18:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-01 19:18:33 +0000 |
commit | 1c9eb31cb63299804dd5bd91a25126b7f8debc39 (patch) | |
tree | 975d204d3388184feccd7c0ab9c83700d555ca30 /kubernetes/consul | |
parent | 9b2d72b721d3882ee7ef4523ec0c2057fd07e33e (diff) | |
parent | e6adf04ad103a8f670116d0f5b52e0694a3a931b (diff) |
Merge "Make AAF install credentials, the default"
Diffstat (limited to 'kubernetes/consul')
-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"] |