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 1e36054 + a98f68e commit cf87ecfCopy full SHA for cf87ecf
staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go
@@ -380,7 +380,7 @@ var (
380
"global-default", "global-default", 9900,
381
flowcontrol.FlowDistinguisherMethodByUserType,
382
flowcontrol.PolicyRulesWithSubjects{
383
- Subjects: groups(serviceaccount.AllServiceAccountsGroup),
+ Subjects: groups(user.AllUnauthenticated, user.AllAuthenticated),
384
ResourceRules: []flowcontrol.ResourcePolicyRule{resourceRule(
385
[]string{flowcontrol.VerbAll},
386
[]string{flowcontrol.APIGroupAll},
0 commit comments