You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to give users a familiar user interface when interacting with consumers and credentials, when implementing Konnect entities support, KGO has to allow using Secrets as objects storing consumers' credentials data.
Proposed implementation
To implement the above KGO will introduce a new reconciler which will watch Secrets and create Credential objects (type according to konghq.com/credential label on the Secret).
This issue tracks the effort of such a reconciler
Acceptance criteria
KGO has a reconciler which watches Secrets that are used as credentials by KongConsumers and creates, updates and deletes Credential objects accordingly
The text was updated successfully, but these errors were encountered:
Problem Statement
In order to give users a familiar user interface when interacting with consumers and credentials, when implementing Konnect entities support, KGO has to allow using
Secret
s as objects storing consumers' credentials data.Proposed implementation
To implement the above KGO will introduce a new reconciler which will watch
Secret
s and createCredential
objects (type according tokonghq.com/credential
label on theSecret
).This issue tracks the effort of such a reconciler
Acceptance criteria
Secret
s that are used as credentials byKongConsumer
s and creates, updates and deletesCredential
objects accordinglyThe text was updated successfully, but these errors were encountered: