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 support for basic auth credentials for consumers #625

Merged
merged 7 commits into from
Sep 20, 2024

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Sep 19, 2024

What this PR does / why we need it:

This PR adds a first reconciler and scaffolding around it for consumer credentials.

Initial support comes with basic auth credentials.

Related k-cfg PR: Kong/kubernetes-configuration#83

Blocked until above gets merged.

Which issue this PR fixes

Fixes #617

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 19, 2024
@pmalek pmalek self-assigned this Sep 19, 2024
@pmalek pmalek force-pushed the credentials-basic-auth-konnect branch 2 times, most recently from 152a936 to 3d6ea2e Compare September 19, 2024 14:07
@pmalek pmalek marked this pull request as ready for review September 19, 2024 14:11
@pmalek pmalek requested a review from a team as a code owner September 19, 2024 14:11
@pmalek pmalek force-pushed the credentials-basic-auth-konnect branch 2 times, most recently from c68b5ba to a85b542 Compare September 19, 2024 16:16
CHANGELOG.md Outdated Show resolved Hide resolved
controller/konnect/ops/ops_credentialbasicauth.go Outdated Show resolved Hide resolved
controller/konnect/ops/ops_credentialbasicauth.go Outdated Show resolved Hide resolved
controller/konnect/reconciler_generic.go Outdated Show resolved Hide resolved
@pmalek pmalek force-pushed the credentials-basic-auth-konnect branch from 6e78a81 to 3489f1d Compare September 19, 2024 19:18
@pmalek pmalek force-pushed the credentials-basic-auth-konnect branch from 3489f1d to 4ce45b5 Compare September 20, 2024 09:07
controller/konnect/errors.go Outdated Show resolved Hide resolved
controller/konnect/reconciler_generic.go Outdated Show resolved Hide resolved
@pmalek pmalek merged commit 9702944 into main Sep 20, 2024
21 checks passed
@pmalek pmalek deleted the credentials-basic-auth-konnect branch September 20, 2024 11:46
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: Credentials - Basic Auth
2 participants