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

Cannot use custom issuer to generate tls certificate #1481

Open
konoox opened this issue Mar 15, 2024 · 1 comment
Open

Cannot use custom issuer to generate tls certificate #1481

konoox opened this issue Mar 15, 2024 · 1 comment

Comments

@konoox
Copy link

konoox commented Mar 15, 2024

Proposal

As far as I know, the CR definition of Percona MongoDB cluster does not provide any configuration attribute to use an existing custom Issuer to generate the tls certificate with cert-manager. A <cluster-name>-psmdb-issuer issuer resource is automatically generated by the operator, then <cluster-name>-ssl and <cluster-name>-ssl-internal certificate resources are issued from it.

The Percona XtraDB cluster provide the tls.issuerConf attributes to specify a custom Issuer for these certificates to be generated.

It would be a great feature to implement this as well for the future releases of Percona MongoDB operator if not planned yet !

Use-Case

No response

Is this a feature you are interested in implementing yourself?

No

Anything else?

No response

@DevBey
Copy link

DevBey commented Apr 10, 2024

@konoox,

that's correct,

but for using custom issueer, we can actually create certificates ourselves with the approrpiate DNS and provide the secret name like this

ssl: my-custom-ssl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants