Skip to content

Commit 66ee205

Browse files
committed
yaml
1 parent 5cdf612 commit 66ee205

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

cli/testdata/coder_server_--help.golden

+4
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@ OIDC OPTIONS:
426426
--oidc-icon-url url, $CODER_OIDC_ICON_URL
427427
URL pointing to the icon to use on the OpenID Connect login button.
428428

429+
--oidc-signups-disabled-text string, $CODER_OIDC_SIGNUPS_DISABLED_TEXT
430+
The custom text to show on the error page informing about disabled
431+
OIDC signups.
432+
429433
PROVISIONING OPTIONS:
430434
Tune the behavior of the provisioner, which is responsible for creating,
431435
updating, and deleting workspace resources.

cli/testdata/server-config.yaml.golden

+3
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ oidc:
348348
# URL pointing to the icon to use on the OpenID Connect login button.
349349
# (default: <unset>, type: url)
350350
iconURL:
351+
# The custom text to show on the error page informing about disabled OIDC signups.
352+
# (default: <unset>, type: string)
353+
signupsDisabledText: ""
351354
# Telemetry is critical to our ability to improve Coder. We strip all personal
352355
# information before sending data to our servers. Please only disable telemetry
353356
# when required by your organization's security policy.

0 commit comments

Comments
 (0)