diff --git a/api/v1beta3/auth_config_types.go b/api/v1beta3/auth_config_types.go index 22f7839e..9883a023 100644 --- a/api/v1beta3/auth_config_types.go +++ b/api/v1beta3/auth_config_types.go @@ -612,6 +612,7 @@ type KubernetesSubjectAccessReviewAuthorizationSpec struct { User *ValueOrSelector `json:"user,omitempty"` // Groups the user must be a member of or, if `user` is omitted, the groups to check for authorization in the Kubernetes RBAC. + // Deprecated: Use authorizationGroups instead. Groups []string `json:"groups,omitempty"` // Groups to check for existing permission in the Kubernetes RBAC alternatively to a specific user. This is typically obtained from a list of groups the user is a member of. Must be a static list of group names or dynamically resolve to one from the Authorization JSON.