diff options
author | Bilal A <bilal@research.att.com> | 2019-05-07 10:11:27 -0400 |
---|---|---|
committer | Bilal A <bilal@research.att.com> | 2019-05-07 10:11:27 -0400 |
commit | 33fa54e73450ac9426c4d1992bc95d45830d385b (patch) | |
tree | 78768e54a0f2582b1c9885669bc0368e5fc2ec1e /kubernetes/robot/values.yaml | |
parent | 66c17a58abc0ba40e3129fdb5e5729022ae86453 (diff) |
Authentication Params for New Policy Components
Updating username and password for new policy components'
healthchecks.
Change-Id: Ib1f0240a8fc8d106add81a98244bb78351bc8e40
Issue-ID: POLICY-1684
Signed-off-by: Bilal A <bilal@research.att.com>
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rwxr-xr-x | kubernetes/robot/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index 14f6064973..4e2a1ed464 100755 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -123,6 +123,8 @@ policyAuth: "dGVzdHBkcDphbHBoYTEyMw==" policyClientAuth: "cHl0aG9uOnRlc3Q=" policyUsername: "demo@people.osaaf.org" policyPassword: "demo123456!" +policyComponentUsername: "healthcheck" +policyComponentPassword: "zb!XztG34" # PORTAL portalUsername: "demo" portalPassword: "Kp8bJ4SXszM0WXlhak3eHlcse" |