Skip to content

Commit

Permalink
Merge pull request #1550 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1380-to-release-4.4

Bug 1810996: [release-4.4] Fixed hardcoded ingress VIP password
  • Loading branch information
openshift-merge-robot committed Mar 30, 2020
2 parents 3e0c2fc + 0eca571 commit a73c420
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -67,7 +67,7 @@ contents:
advert_int 1
authentication {
auth_type PASS
auth_pass cluster_uuid_ingress_vip
auth_pass {{`{{ .Cluster.Name }}`}}_ingress_vip
}
virtual_ipaddress {
{{`{{ .Cluster.IngressVIP }}`}}/{{`{{ .Cluster.VIPNetmask }}`}}
Expand Down
Expand Up @@ -62,7 +62,7 @@ contents:
advert_int 1
authentication {
auth_type PASS
auth_pass cluster_uuid_ingress_vip
auth_pass {{`{{ .Cluster.Name }}`}}_ingress_vip
}
virtual_ipaddress {
{{`{{ .Cluster.IngressVIP }}`}}/{{`{{ .Cluster.VIPNetmask }}`}}
Expand Down
Expand Up @@ -67,7 +67,7 @@ contents:
advert_int 1
authentication {
auth_type PASS
auth_pass cluster_uuid_ingress_vip
auth_pass {{`{{ .Cluster.Name }}`}}_ingress_vip
}
virtual_ipaddress {
{{`{{ .Cluster.IngressVIP }}`}}/{{`{{ .Cluster.VIPNetmask }}`}}
Expand Down
Expand Up @@ -19,7 +19,7 @@ contents:
advert_int 1
authentication {
auth_type PASS
auth_pass cluster_uuid_ingress_vip
auth_pass {{`{{ .Cluster.Name }}`}}_ingress_vip
}
virtual_ipaddress {
{{`{{ .Cluster.IngressVIP }}`}}/{{`{{ .Cluster.VIPNetmask }}`}}
Expand Down
Expand Up @@ -18,7 +18,7 @@ contents:
advert_int 1
authentication {
auth_type PASS
auth_pass cluster_uuid_ingress_vip
auth_pass {{`{{ .Cluster.Name }}`}}_ingress_vip
}
virtual_ipaddress {
{{`{{ .Cluster.IngressVIP }}`}}/{{`{{ .Cluster.VIPNetmask }}`}}
Expand Down
Expand Up @@ -19,7 +19,7 @@ contents:
advert_int 1
authentication {
auth_type PASS
auth_pass cluster_uuid_ingress_vip
auth_pass {{`{{ .Cluster.Name }}`}}_ingress_vip
}
virtual_ipaddress {
{{`{{ .Cluster.IngressVIP }}`}}/{{`{{ .Cluster.VIPNetmask }}`}}
Expand Down

0 comments on commit a73c420

Please sign in to comment.