diff --git a/pkg/auth/oidc.go b/pkg/auth/oidc.go index 352bf965..38346c76 100644 --- a/pkg/auth/oidc.go +++ b/pkg/auth/oidc.go @@ -104,7 +104,7 @@ func NewOidcAuthSetter(baseCfg BaseConfig, cfg OidcClientConfig) *OidcAuthProvid } // Previous versions hardcoded the scope to audience, - // so for backwards compatability, use that if no scope is set + // so for backwards compatibility, use that if no scope is set scope := cfg.OidcAudience if cfg.OidcScope != "" { scope = cfg.OidcScope