Skip to content
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

Fixes tls certificate issue for webhook endpoint #1120

Merged
merged 1 commit into from May 17, 2022

Conversation

Alevsk
Copy link
Contributor

@Alevsk Alevsk commented May 16, 2022

When operator-ca-tls secret is defined operator will use that to
verify tls connections with minio tenants, however that was causing a
problem with kube-apiserver in where the certificate exposed on the
caBundle from tenants.minio.min.io crd will not match with the actual certificate operator is using
for the webhook https endpoint

Signed-off-by: Lenin Alevski alevsk.8772@gmail.com

harshavardhana
harshavardhana previously approved these changes May 16, 2022
When `operator-ca-tls` secret is defined operator will use that to
verify tls connections with minio tenants, however that was causing a
problem with kube-apiserver in where the certificate exposed on the
`caBundle` from tenants.minio.min.io crd will not match with the actual certificate operator is using
for the webhook https endpoint

Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
Copy link

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dvaldivia dvaldivia merged commit d54c46a into minio:master May 17, 2022
@Alevsk Alevsk deleted the operator-ca-fix branch May 17, 2022 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants