-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tls] set organization on galera certificate #739
[tls] set organization on galera certificate #739
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/76d79764fd8b4147bd508466d581aa1d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 37m 47s |
pkg/openstack/galera.go
Outdated
// at the initial deployment because there is no SST involved when the DB is bootstrapped | ||
// as there are no data to be transferred yet. | ||
Subject: &certmgrv1.X509Subject{ | ||
Organizations: []string{"cluster.local"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was thinking <namespace>.cluster.local
for the org in the QEMU certs, probably doesn't matter to much though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated it to that. could add a func to the tls certmanager module to return a default org for this?
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/06f9e7e3d4da4b868b56e8047a513739 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 40m 22s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/16b4a67c73644dd1b831dfa9d60d3a7d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 43m 09s |
recheck |
3 similar comments
recheck |
recheck |
recheck |
rebased |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e66374b414604e8898c40caeb0f3099d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 48m 48s |
recheck |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dciabrin, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/test openstack-operator-build-deploy-kuttl |
From comment on openstack-k8s-operators#678 (comment) ~~~ The certificate created for galera should populate the 'organization' field, otherwise this trip the SST transfer setup done by wsrep_sst_rsync. This will not show at the initial deployment because there is no SST involved when the DB is bootstrapped as there are no data to be transferred yet. ~~~ Jira: OSPRH-2440
New changes are detected. LGTM label has been removed. |
rebased |
/test openstack-operator-build-deploy-kuttl |
d1a92e5
into
openstack-k8s-operators:main
From comment on #678 (comment)
Jira: OSPRH-2440