We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6404f commit ff44616Copy full SHA for ff44616
pkg/authorization/api/types.go
@@ -22,7 +22,7 @@ const (
22
VerbAll = "*"
23
NonResourceAll = "*"
24
25
- ScopesKey = "authorization.openshift.io/scopes"
+ ScopesKey = "scopes.authorization.openshift.io"
26
ScopesAllNamespaces = "*"
27
28
UserKind = "User"
0 commit comments