We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduce KongKeySet. As introduced here https://docs.konghq.com/gateway/latest/reference/key-management/, a Key requires a KeySet which it belongs to.
KongKeySet
Key
KeySet
Introduce KongKeySet CRD in https://github.com/Kong/kubernetes-configuration
Implement a reconciler which will use that CRD.
This reconciler should be able to be disabled via CLI flag / env variable.
Programmed
The text was updated successfully, but these errors were encountered:
czeslavo
Successfully merging a pull request may close this issue.
Problem statement
Introduce
KongKeySet
. As introduced here https://docs.konghq.com/gateway/latest/reference/key-management/, aKey
requires aKeySet
which it belongs to.Proposed solution
Introduce
KongKeySet
CRD in https://github.com/Kong/kubernetes-configurationImplement a reconciler which will use that CRD.
This reconciler should be able to be disabled via CLI flag / env variable.
Acceptance criteria
KeySet
s in Konnect based on the CRD spec.Programmed
status conditionThe text was updated successfully, but these errors were encountered: