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
instead of create SA and Rolebing for each RabbigMQ Cluster on creating, we should specify the rules in rabbitmq cmpd explicitly.
GROUP: apps.kubeblocks.ioKIND: ComponentDefinitionVERSION: v1FIELD: policyRules <[]Object>DESCRIPTION:
Defines the namespaced policy rules required by the Component.The `policyRules` field is an array of `rbacv1.PolicyRule` objects thatdefine the policy rulesneeded by the Component to operate within a namespace.These policy rules determine the permissions and verbs the Component isallowed to perform onKubernetes resources within the namespace.The purpose of this field is to automatically generate the necessary RBACrolesfor the Component based on the specified policy rules.This ensures that the Pods in the Component has appropriate permissions tofunction.Note: This field is currently non-functional and is reserved for futureimplementation.This field is immutable.PolicyRule holds information that describes a policy rule, but does notcontain informationabout who the rule applies to or which namespace the rule applies to.FIELDS:
apiGroups <[]string>APIGroups is the name of the APIGroup that contains the resources. Ifmultiple API groups are specified, any action requested against one ofthe enumerated resources in any API group will be allowed. "" represents thecore API group and "*" represents all API groups.nonResourceURLs <[]string>NonResourceURLs is a set of partial urls that a user should have access to.*s are allowed, but only as the full, final step in the pathSince non-resource URLs are not namespaced, this field is only applicablefor ClusterRoles referenced from a ClusterRoleBinding.Rules can either apply to API resources (such as "pods" or "secrets") ornon-resource URL paths (such as "/api"), but not both.resourceNames <[]string>ResourceNames is an optional white list of names that the rule applies to.An empty set means that everything is allowed.resources <[]string>Resources is a list of resources this rule applies to. '*' represents allresources.verbs <[]string> -required-Verbs is a list of Verbs that apply to ALL the ResourceKinds contained inthis rule. '*' represents all verbs.
The text was updated successfully, but these errors were encountered:
instead of create SA and Rolebing for each RabbigMQ Cluster on creating, we should specify the rules in rabbitmq cmpd explicitly.
The text was updated successfully, but these errors were encountered: