Skip to content

Commit ff44616

Browse files
committed
change token scopes constant
1 parent 9d6404f commit ff44616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/authorization/api/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
VerbAll = "*"
2323
NonResourceAll = "*"
2424

25-
ScopesKey = "authorization.openshift.io/scopes"
25+
ScopesKey = "scopes.authorization.openshift.io"
2626
ScopesAllNamespaces = "*"
2727

2828
UserKind = "User"

0 commit comments

Comments
 (0)