We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c38031 commit 2bbed00Copy full SHA for 2bbed00
assets/runtime/config/gitlabhq/gitlab.yml
@@ -1053,7 +1053,6 @@ production: &base
1053
info_map: { name: '{{OAUTH_JWT_INFO_MAP_NAME}}', email: '{{OAUTH_JWT_INFO_MAP_EMAIL}}' },
1054
auth_url: '{{OAUTH_JWT_AUTH_URL}}',
1055
valid_within: {{OAUTH_JWT_VALID_WITHIN}} } }
1056
-
1057
# SSO maximum session duration in seconds. Defaults to CAS default of 8 hours.
1058
# cas3:
1059
# session_duration: 28800
assets/runtime/functions
@@ -822,7 +822,7 @@ gitlab_configure_oauth_oidc() {
822
fi
823
}
824
825
- gitlab_configure_oauth_jwt() {
+gitlab_configure_oauth_jwt() {
826
if [[ -n ${OAUTH_JWT_SECRET} && \
827
-n ${OAUTH_JWT_AUTH_URL} ]]; then
828
echo "Configuring gitlab::oauth::jwt..."
0 commit comments