Skip to content

Commit 0ef2b55

Browse files
committed
linting
1 parent c28b912 commit 0ef2b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func createOIDCConfig(ctx context.Context, logger slog.Logger, vals *codersdk.De
116116

117117
// Skipping issuer checks is not recommended.
118118
if vals.OIDC.SkipIssuerChecks {
119-
logger.Warn(ctx, "OIDC issuer checks are disabled. This is not recommended as it can compromise the security of the authentication.")
119+
logger.Warn(ctx, "issuer checks with OIDC is disabled. This is not recommended as it can compromise the security of the authentication.")
120120
ctx = oidc.InsecureIssuerURLContext(ctx, vals.OIDC.IssuerURL.String())
121121
}
122122

0 commit comments

Comments
 (0)