This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new acd9b5b10b NIFI-12135 This closes #7799. Update
update_oidc_properties.sh
acd9b5b10b is described below
commit acd9b5b10b67096b8981e49299a165ff1afea0ff
Author: Marcelo VinÃcius de Sousa Campos <[email protected]>
AuthorDate: Wed Sep 27 08:23:49 2023 -0300
NIFI-12135 This closes #7799. Update update_oidc_properties.sh
Update OIDC properties via update_oidc_properties.sh
Signed-off-by: Joseph Witt <[email protected]>
---
nifi-docker/dockerhub/sh/update_oidc_properties.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nifi-docker/dockerhub/sh/update_oidc_properties.sh
b/nifi-docker/dockerhub/sh/update_oidc_properties.sh
index 827a40edba..2367b365d2 100644
--- a/nifi-docker/dockerhub/sh/update_oidc_properties.sh
+++ b/nifi-docker/dockerhub/sh/update_oidc_properties.sh
@@ -23,5 +23,7 @@ prop_replace 'nifi.security.user.oidc.client.secret'
"${NIFI_
prop_replace 'nifi.security.user.oidc.preferred.jwsalgorithm'
"${NIFI_SECURITY_USER_OIDC_PREFERRED_JWSALGORITHM}"
prop_replace 'nifi.security.user.oidc.additional.scopes'
"${NIFI_SECURITY_USER_OIDC_ADDITIONAL_SCOPES}"
prop_replace 'nifi.security.user.oidc.claim.identifying.user'
"${NIFI_SECURITY_USER_OIDC_CLAIM_IDENTIFYING_USER}"
+prop_replace 'nifi.security.user.oidc.claim.groups'
"${NIFI_SECURITY_USER_OIDC_CLAIM_GROUPS}"
prop_replace 'nifi.security.user.oidc.fallback.claims.identifying.user'
"${NIFI_SECURITY_USER_OIDC_FALLBACK_CLAIMS_IDENTIFYING_USER}"
prop_replace 'nifi.security.user.oidc.truststore.strategy'
"${NIFI_SECURITY_USER_OIDC_TRUSTSTORE_STRATEGY}"
+prop_replace 'nifi.security.user.oidc.token.refresh.window'
"${NIFI_SECURITY_USER_OIDC_TOKEN_REFRESH_WINDOW}"