magnum/releasenotes/notes/sync-service-account-keys-for-multi-masters-71217c4cf4dd472c.yaml
Feilong Wang 043c57da74 Sync service account keys for multi masters
Multi master deployments for k8s driver use different service account
keys for each api/controller manager server which leads to 401 errors
for service accounts. This patch will create a signed cert and private
key for k8s service account keys explicitly, dedicatedly for the k8s
cluster to avoid the inconsistent keys issue.

Task:  21653
Story: 1766546

Change-Id: I61547405f866d3c5a84da63de66724b55af1066a
2018-06-19 19:23:40 +12:00

10 lines
364 B
YAML

---
fixes:
- |
Multi master deployments for k8s driver use different service account
keys for each api/controller manager server which leads to 401 errors
for service accounts. This patch will create a signed cert and private key
for k8s service account keys explicitly, dedicatedly for the k8s
cluster to avoid the inconsistent keys issue.