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(konnect): add KongCredentialSecretReconciler to reconcile consumer Secrets and create Credential resources in response #623

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Sep 18, 2024

What this PR does / why we need it:

This PR adds a reconciler which will watch Secrets which are used as consumers' credentials and will then create credentials objects accordingly.

This PR adds initial support only for basic-auth credentials (related PR: Kong/kubernetes-configuration#83): CredentialBasicAuth.

Which issue this PR fixes

Fixes #618

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect significant changes

@pmalek pmalek added this to the KGO v1.4.x milestone Sep 18, 2024
@pmalek pmalek self-assigned this Sep 18, 2024
@pmalek pmalek force-pushed the credentials-basic-auth branch 3 times, most recently from fe315a3 to d3837fe Compare September 19, 2024 08:25
…er Secrets and create Credential resources in response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Konnect entities: Secrets to Credentials reconciler
1 participant