Skip to content

Commit 88e687a

Browse files
author
OpenShift Bot
authored
Merge pull request #14302 from deads2k/auth-17-scopes
Merged by openshift-bot
2 parents e4d7a02 + 03a239f commit 88e687a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/authorization/api/types.go

Lines changed: 1 addition & 1 deletion
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)