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

Operator trust the certificate rotated by certmanager in tenant #2045

Open
cniackz opened this issue Mar 25, 2024 · 0 comments
Open

Operator trust the certificate rotated by certmanager in tenant #2045

cniackz opened this issue Mar 25, 2024 · 0 comments
Labels

Comments

@cniackz
Copy link
Contributor

cniackz commented Mar 25, 2024

Is your feature request related to a problem? Please describe.

Yes, the problem is simple. When certmanager changes the certificate of the tenant, certificate isn't rotated for operator unless manual steps are performed, which is not ideal. We are requesting for an automated way to achieve this.

Describe the solution you'd like

First of all, we should support mutiple tenants, one per secret and secondly, we should keep operator's secrets up to date with respect to the tenant certmanager secret.

related prs:

Do they actually works? I have seen them failing in OpenShift, can we test them truly? and the document?

Describe alternatives you've considered

manual process is the alternative for now

Additional context

I am going to describe the steps for you to see this issue:

  1. Have a cluster
  2. Install operator
  3. install certmanager
  4. deploy tenant as in our example
  5. perform manual steps as in https://github.com/minio/operator/blob/master/docs/cert-manager.md#create-operator-ca-tls-secret
  6. then delete certmanager secret in the tenant's namespace, a new one is created by certmanager
  7. notice how operator secret isn't rotated hence hitting this common issue below:
I0325 20:03:26.927950       1 monitoring.go:122]
'tenant-certmanager/myminio' Failed to get cluster health:
Get "https://minio.tenant-certmanager.svc.cluster.local/minio/health/cluster": 
tls: failed to verify certificate: x509: certificate signed by unknown authority 
(possibly because of "x509: invalid signature: parent certificate cannot sign this kind of certificate" while trying to verify candidate authority certificate "serial:31299030680238480824367599823199567087")

If rotated, above signature wouldn't happen otherwise.

@cniackz cniackz added community triage enhancement New feature or request labels Mar 25, 2024
@pjuarezd pjuarezd changed the title Operator should rotate the certificate created by certmanager Operator trust rotate the certificate rotated by certmanager May 23, 2024
@pjuarezd pjuarezd changed the title Operator trust rotate the certificate rotated by certmanager Operator trust the certificate rotated by certmanager May 23, 2024
@pjuarezd pjuarezd changed the title Operator trust the certificate rotated by certmanager Operator trust the certificate rotated by certmanager in tenant May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant