diff --git a/authority/provisioner/oidc.go b/authority/provisioner/oidc.go index e675c503..c7acc6f5 100644 --- a/authority/provisioner/oidc.go +++ b/authority/provisioner/oidc.go @@ -69,7 +69,7 @@ type OIDC struct { getIdentityFunc GetIdentityFunc } -// IsAdmin returns true if the given email is in the Admins whitelist, false +// IsAdmin returns true if the given email is in the Admins allowlist, false // otherwise. func (o *OIDC) IsAdmin(email string) bool { email = sanitizeEmail(email)