Skip to content

add keycloak OIDC integration#474

Merged
mjudeikis merged 1 commit into
kbind-dev:mainfrom
olamilekan000:kube-bond-keycloak
Feb 23, 2026
Merged

add keycloak OIDC integration#474
mjudeikis merged 1 commit into
kbind-dev:mainfrom
olamilekan000:kube-bond-keycloak

Conversation

@olamilekan000

Copy link
Copy Markdown
Contributor

Summary

change adds a blog on integrating external OIDC

What Type of PR Is This?

/kind documentation

Related Issue(s)

Fixes 473

Release Notes

Added OIDC integration blog

Signed-off-by: olalekan odukoya <odukoyaonline@gmail.com>
@olamilekan000 olamilekan000 requested a review from a team as a code owner February 23, 2026 00:21
--set backend.oidc.type=external \
--set backend.oidc.issuerUrl=http://keycloak.local:8443/auth/realms/kube-bind \
--set backend.oidc.clientId=kube-bind \
--set backend.oidc.clientSecret=cSmfhB3RNuetE8pgz1hDVjDHsDpc2r2v\

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this PR, but I think if we move to public client, we could remove this secret altogether. Need to think about this and maybe create a follow-up issue.
@mjudeikis-bot please create an issue in kube-bind repo for this. Define now one can remove clientSecret by moving to public client,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created #475 to track removing clientSecret by moving to a public OIDC client with PKCE.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I agree. It's supposed to be a placeholder

@mjudeikis mjudeikis merged commit 75a9fac into kbind-dev:main Feb 23, 2026
6 checks passed
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.

add blog for external OIDC integration - keycloak

3 participants