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

Wrong dnsNames in Certificate when app.tls.istiodCertificateEnable=dynamic #432

Open
Jinn22 opened this issue Oct 29, 2024 · 0 comments
Open

Comments

@Jinn22
Copy link

Jinn22 commented Oct 29, 2024

in istio-csr v0.11.0 and v0.12.0, when app.tls.istiodCertificateEnable=dynamic and app.istio.revisions=[1-22-1]. The certificate contains wrong dnsNames:

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: istiod-dynamic
spec:
  commonName: istiod.istio-system.svc
  dnsNames:
  - istiod1-22-1.istio-system.svc
...

dnsName should be istiod-1-22-1.istio-system.svc

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

No branches or pull requests

1 participant