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

Feat/secret based credentials #430

Merged
merged 2 commits into from
Oct 29, 2019
Merged

Feat/secret based credentials #430

merged 2 commits into from
Oct 29, 2019

Conversation

hbagdi
Copy link
Member

@hbagdi hbagdi commented Oct 22, 2019

Credentials can now be stored in Kubernetes Secrets in an encrypted
fashion. Credentials property in KongConsumer determines the secrets to
be referenced.

With this, KongCredential custom resource should be considered as
deprecated and will be removed in a future release.

Fixes #299

Credentials contains references to secrets in the same namespace which
contain credential information. The credentials are then populated
inside Kong and associated with the KongConsumer resource.
Credentials can now be stored in Kubernetes Secrets in an encrypted
fashion. Credentials property in KongConsumer determines the secrets to
be referenced.

With this, KongCredential custom resource should be considered as
deprecated and will be removed in a future release.
@hbagdi hbagdi merged commit 9d0c485 into master Oct 29, 2019
@hbagdi hbagdi deleted the feat/secret-based-credentials branch October 30, 2019 23:08
@rainest rainest restored the feat/secret-based-credentials branch April 29, 2020 23:18
@hbagdi hbagdi deleted the feat/secret-based-credentials branch May 1, 2020 23:54
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

Successfully merging this pull request may close these issues.

Custom resource configuration should support references to Secrets
1 participant