Skip to content

Commit 723bff8

Browse files
committed
chore: add auto generated files
1 parent 239ae31 commit 723bff8

File tree

10 files changed

+205
-31
lines changed

10 files changed

+205
-31
lines changed

cli/testdata/coder_server_--help.golden

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,12 @@ 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
593+
OIDC redirect URI after logout.
594+
589595
--oidc-sign-in-text string, $CODER_OIDC_SIGN_IN_TEXT (default: OpenID Connect)
590596
The text to show on the OpenID Connect sign in button.
591597

cli/testdata/server-config.yaml.golden

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ 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: ""
395+
# OIDC redirect URI after logout.
396+
# (default: <unset>, type: string)
397+
logoutRedirectURI: ""
392398
# Telemetry is critical to our ability to improve Coder. We strip all personal
393399
# information before sending data to our servers. Please only disable telemetry
394400
# when required by your organization's security policy.

coderd/apidoc/docs.go

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/general.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/schemas.md

Lines changed: 54 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/users.md

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/cli/server.md

Lines changed: 20 additions & 0 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,12 @@ 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
594+
OIDC redirect URI after logout.
595+
590596
--oidc-sign-in-text string, $CODER_OIDC_SIGN_IN_TEXT (default: OpenID Connect)
591597
The text to show on the OpenID Connect sign in button.
592598

site/src/api/typesGenerated.ts

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)