Skip to content

Commit

Permalink
NIFI-14206 Add OIDC Groups Claim Env Variable to NiFi Registry Docker…
Browse files Browse the repository at this point in the history
… Image (#9671)

Signed-off-by: David Handermann <[email protected]>
  • Loading branch information
ChrisSamo632 authored Jan 28, 2025
1 parent 237fdab commit cc270ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ user with administrative privileges.
-e NIFI_REGISTRY_SECURITY_USER_OIDC_PREFERRED_JWSALGORITHM=RS256 \
-e NIFI_REGISTRY_SECURITY_USER_OIDC_ADDITIONAL_SCOPES=profile \
-e NIFI_REGISTRY_SECURITY_USER_OIDC_CLAIM_IDENTIFYING_USER=preferred_username \
-e NIFI_REGISTRY_SECURITY_USER_OIDC_CLAIM_GROUPS=groups \
-d \
apache/nifi-registry:latest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ prop_replace 'nifi.registry.security.user.oidc.client.secret'
prop_replace 'nifi.registry.security.user.oidc.preferred.jwsalgorithm' "${NIFI_REGISTRY_SECURITY_USER_OIDC_PREFERRED_JWSALGORITHM}"
prop_replace 'nifi.registry.security.user.oidc.additional.scopes' "${NIFI_REGISTRY_SECURITY_USER_OIDC_ADDITIONAL_SCOPES}"
prop_replace 'nifi.registry.security.user.oidc.claim.identifying.user' "${NIFI_REGISTRY_SECURITY_USER_OIDC_CLAIM_IDENTIFYING_USER}"
prop_replace 'nifi.registry.security.user.oidc.claim.groups' "${NIFI_REGISTRY_SECURITY_USER_OIDC_CLAIM_GROUPS}"

0 comments on commit cc270ff

Please sign in to comment.