fixes suggested default rules
This commit is contained in:
@@ -380,7 +380,7 @@ var (
|
|||||||
"global-default", "global-default", 9900,
|
"global-default", "global-default", 9900,
|
||||||
flowcontrol.FlowDistinguisherMethodByUserType,
|
flowcontrol.FlowDistinguisherMethodByUserType,
|
||||||
flowcontrol.PolicyRulesWithSubjects{
|
flowcontrol.PolicyRulesWithSubjects{
|
||||||
Subjects: groups(serviceaccount.AllServiceAccountsGroup),
|
Subjects: groups(user.AllUnauthenticated, user.AllAuthenticated),
|
||||||
ResourceRules: []flowcontrol.ResourcePolicyRule{resourceRule(
|
ResourceRules: []flowcontrol.ResourcePolicyRule{resourceRule(
|
||||||
[]string{flowcontrol.VerbAll},
|
[]string{flowcontrol.VerbAll},
|
||||||
[]string{flowcontrol.APIGroupAll},
|
[]string{flowcontrol.APIGroupAll},
|
||||||
|
Reference in New Issue
Block a user