feat(qtodo): migrate client auth from secret to SPIFFE federated JWT assertion#102
Open
minmzzhang wants to merge 1 commit intovalidatedpatterns:mainfrom
Open
feat(qtodo): migrate client auth from secret to SPIFFE federated JWT assertion#102minmzzhang wants to merge 1 commit intovalidatedpatterns:mainfrom
minmzzhang wants to merge 1 commit intovalidatedpatterns:mainfrom
Conversation
…assertion Replace qtodo-app's client_secret authentication with federated-jwt, enabling workload identity-based client assertion using SPIFFE JWT SVIDs. Keycloak: - qtodo-app client: clientAuthenticatorType=federated-jwt, serviceAccountsEnabled=true - Auto-populate jwt.credential.sub for federated-jwt clients in realm import - Condition QTODO_CLIENT_SECRET placeholder and ExternalSecret (now disabled) QTodo: - spiffe-helper audience changed from "qtodo" to Keycloak realm URL - Quarkus reads JWT SVID via QUARKUS_OIDC_CREDENTIALS_JWT_TOKEN_PATH - Mount svids volume to qtodo container for client assertion - Disable oidc-client-secret ExternalSecret (no longer needed) Vault: - JWT role audience updated from "qtodo" to Keycloak realm URL so one JWT SVID serves both Keycloak and Vault authentication Signed-off-by: Min Zhang <minzhang@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace qtodo-app's client_secret authentication with federated-jwt, enabling workload identity-based client assertion using SPIFFE JWT SVIDs.
Keycloak:
QTodo:
Vault: