Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: fix typo in OpenID on cli help#9535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Emyrk merged 1 commit intomainfromstevenmasley/openid_typo
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletioncli/testdata/coder_server_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -380,7 +380,7 @@ can safely ignore these settings.
The text to show on the OpenID Connect sign in button.

--oidc-icon-url url, $CODER_OIDC_ICON_URL
URL pointing to the icon to use on theOepnID Connect login button.
URL pointing to the icon to use on theOpenID Connect login button.

Provisioning Options
Tune the behavior of the provisioner, which is responsible for creating,
Expand Down
2 changes: 1 addition & 1 deletioncli/testdata/server-config.yaml.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -323,7 +323,7 @@ oidc:
# The text to show on the OpenID Connect sign in button.
# (default: OpenID Connect, type: string)
signInText: OpenID Connect
# URL pointing to the icon to use on theOepnID Connect login button.
# URL pointing to the icon to use on theOpenID Connect login button.
# (default: <unset>, type: url)
iconURL:
# Telemetry is critical to our ability to improve Coder. We strip all personal
Expand Down
2 changes: 1 addition & 1 deletioncodersdk/deployment.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1171,7 +1171,7 @@ when required by your organization's security policy.`,
},
{
Name: "OpenID connect icon URL",
Description: "URL pointing to the icon to use on theOepnID Connect login button.",
Description: "URL pointing to the icon to use on theOpenID Connect login button.",
Flag: "oidc-icon-url",
Env: "CODER_OIDC_ICON_URL",
Value: &c.OIDC.IconURL,
Expand Down
2 changes: 1 addition & 1 deletiondocs/cli/server.md
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

2 changes: 1 addition & 1 deletionenterprise/cli/testdata/coder_server_--help.golden
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -380,7 +380,7 @@ can safely ignore these settings.
The text to show on the OpenID Connect sign in button.

--oidc-icon-url url, $CODER_OIDC_ICON_URL
URL pointing to the icon to use on theOepnID Connect login button.
URL pointing to the icon to use on theOpenID Connect login button.

Provisioning Options
Tune the behavior of the provisioner, which is responsible for creating,
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp