-
Notifications
You must be signed in to change notification settings - Fork 726
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
Is it possible to use a cert-issuer for all certs, without ECK controlling ca? #8438
Comments
Reviewing this: https://www.elastic.co/guide/en/cloud-on-k8s/2.16/k8s-transport-settings.html |
Ok great after reviewing the docs more and a bunch of debugging I was able to get a setup fully working Posting the full yaml I am using here if it is every helpful. Going to leave this open, as it would be very useful if the operator was designed to use cert-manager for creating certs instead of this approach.
|
Hello!
To preface I have read the following, which does not seem to cover what I want:
#5798
https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-custom-http-certificate.html#k8s_custom_self_signed_certificate_using_cert_manager
https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-tls-certificates.html#k8s-setting-up-your-own-certificate
What I would like to do is use cert-manager to provision all certs.
I was looking in the operator for some way to set the following, so that it can create certs using cert-manager
We have an internal PKI built out using smallstep, and what I would like to do is have the operator use the
StepClusterIssuer
that we have setup to request certs, and use the the ca.crt it gets from there. We have an internal issuing-ca that all of our other internal apps are using. I do not want it to have it's own ca that it uses to create certs, I would like it to request all the certs needed using the issuer.Thanks in advance!
The text was updated successfully, but these errors were encountered: