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

Optionally write ca.crt to ConfigMap #7003

Open
denniskniep opened this issue May 10, 2024 · 0 comments
Open

Optionally write ca.crt to ConfigMap #7003

denniskniep opened this issue May 10, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@denniskniep
Copy link

denniskniep commented May 10, 2024

Is your feature request related to a problem? Please describe.
If you need to specify a BackendTLSPolicy when using the GatewayAPI you need the ca.crt inside a ConfigMap.
See:

Currently if you create a certificate, the ca.crt will be only created inside a secret.

Describe the solution you'd like
Would be nice, if you could also specify configMapName (optionally), next to the secretName inside the Kind:Certificate.
Result would be if specified, that a new ConfigMap is created with the appropriate ca.crt entry (for sure not including the private key!)

Furthermore is does make sense to also add configMapTemplate (same way as secretTemplate is defined).

/kind feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant