You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"": "ProjectRequestLimitConfig is the configuration for the project request limit plug-in It contains an ordered list of limits based on user label selectors. Selectors will be checked in order and the first one that applies will be used as the limit.",
20
-
"limits": "Limits are the project request limits",
19
+
"": "ProjectRequestLimitConfig is the configuration for the project request limit plug-in It contains an ordered list of limits based on user label selectors. Selectors will be checked in order and the first one that applies will be used as the limit.",
20
+
"limits": "Limits are the project request limits",
21
+
"maxProjectsForSystemUsers": "MaxProjectsForSystemUsers controls how many projects a certificate user may have. Certificate users do not have any labels associated with them for more fine grained control",
22
+
"maxProjectsForServiceAccounts": "MaxProjectsForServiceAccounts controls how many projects a service account may have. Service accounts can't create projects by default, but if they are allowed to create projects, you cannot trust any labels placed on them since project editors can manipulate those labels",
allErrs=append(allErrs, field.Invalid(field.NewPath("maxProjectsForServiceAccounts"), *config.MaxProjectsForServiceAccounts, "cannot be a negative number"))
0 commit comments