We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cec2e15 + 7b8d503 commit b93ff63Copy full SHA for b93ff63
pkg/authorization/requiredgroups_authorizer.go
@@ -34,7 +34,7 @@ import (
34
)
35
36
const (
37
- // RequiredGroupsAnnotationKey is a comma-separated list (OR'ed) of semicolon separated
+ // RequiredGroupsAnnotationKey is a semicolon-separated list (OR'ed) of comma-separated
38
// groups (AND'ed) that a user must be a member of to be able to access the workspace.
39
RequiredGroupsAnnotationKey = "authorization.kcp.io/required-groups"
40
0 commit comments