Skip to content

Commit 2c507c5

Browse files
committed
chore: add auto generated files
1 parent a6eaf19 commit 2c507c5

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,7 @@ OIDC OPTIONS:
586586
--oidc-username-field string, $CODER_OIDC_USERNAME_FIELD (default: preferred_username)
587587
OIDC claim field to use as the username.
588588

589-
--logout-endpoint string, $CODER_OIDC_LOGOUT_ENDPOINT
590-
OIDC endpoint for logout.
591-
592-
--logout-redirect-uri string, $CODER_OIDC_LOGOUT_URI
589+
--oidc-logout-redirect-uri string, $CODER_OIDC_LOGOUT_URI
593590
OIDC redirect URI after logout.
594591

595592
--oidc-sign-in-text string, $CODER_OIDC_SIGN_IN_TEXT (default: OpenID Connect)

cli/testdata/server-config.yaml.golden

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ oidc:
389389
# an insecure OIDC configuration. It is not recommended to use this flag.
390390
# (default: <unset>, type: bool)
391391
dangerousSkipIssuerChecks: false
392-
# OIDC endpoint for logout.
393-
# (default: <unset>, type: string)
394-
logoutEndpoint: ""
395392
# OIDC redirect URI after logout.
396393
# (default: <unset>, type: string)
397394
logoutRedirectURI: ""

docs/reference/cli/server.md

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/cli/testdata/coder_server_--help.golden

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -587,10 +587,7 @@ OIDC OPTIONS:
587587
--oidc-username-field string, $CODER_OIDC_USERNAME_FIELD (default: preferred_username)
588588
OIDC claim field to use as the username.
589589

590-
--logout-endpoint string, $CODER_OIDC_LOGOUT_ENDPOINT
591-
OIDC endpoint for logout.
592-
593-
--logout-redirect-uri string, $CODER_OIDC_LOGOUT_URI
590+
--oidc-logout-redirect-uri string, $CODER_OIDC_LOGOUT_URI
594591
OIDC redirect URI after logout.
595592

596593
--oidc-sign-in-text string, $CODER_OIDC_SIGN_IN_TEXT (default: OpenID Connect)

0 commit comments

Comments
 (0)