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 | 5fbb28398afc91e9d0e2ca918967eb8b95538abd (patch) | |
tree | 0221f2c16e70e3bc34adc522a9af6bd53cbfacab /resources | |
parent | 4800ba63e5bb86840e35cab095da4b258263dec2 (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 'resources')
-rw-r--r-- | resources/config/eteshare/config/integration_robot_properties.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py index b765db2..b3a3e2f 100644 --- a/resources/config/eteshare/config/integration_robot_properties.py +++ b/resources/config/eteshare/config/integration_robot_properties.py @@ -133,6 +133,8 @@ GLOBAL_POLICY_AUTH = "{{ .Values.policyAuth}}" GLOBAL_POLICY_CLIENTAUTH = "{{ .Values.policyClientAuth}}" GLOBAL_POLICY_USERNAME = "{{ .Values.policyUsername }}" GLOBAL_POLICY_PASSWORD = "{{ .Values.policyPassword }}" +GLOBAL_POLICY_HEALTHCHECK_USERNAME = "{{ .Values.policyComponentUsername }}" +GLOBAL_POLICY_HEALTHCHECK_PASSWORD = "{{ .Values.policyComponentPassword }}" # portal info - everything is from the private oam network (also called onap private network) GLOBAL_PORTAL_SERVER_PROTOCOL = "http" GLOBAL_PORTAL_SERVER_PORT = "8989" |