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

Konnect entities: Implement CA Certificate refs for KongService and KongUpstream #864

Open
1 task
pmalek opened this issue Nov 14, 2024 · 0 comments
Open
1 task

Comments

@pmalek
Copy link
Member

pmalek commented Nov 14, 2024

Problem statement

Service and Upstream types in Konnect APIs contain a ca_ceritificates field which is described as:

Array of CA Certificate object UUIDs that are used to build the trust store while verifying upstream server's TLS certificate. If set to null when Nginx default is respected. If default CA list in Nginx are not specified and TLS verification is enabled, then handshake with upstream server will always fail (because no CA are trusted).

Given that the operator works in Kubernetes environment, we'd probably want to implement that as a list of references to in cluster resources instead of a verbatim list of UUIDs.

Acceptance criteria

  • As a user I can set the ca_certificates field on KongService and KongUpstream objects when working with Konnect entities.
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

1 participant