Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Allow the request if it matches with the rules.
Deny the request if it matches with the rules.
Used in:
Determine the scope of this RBAC policy. If set to NAMESPACE, the 'namespace' field value will be used.
The action to take if the request is matched with the rules. Default is ALLOW if not specified.
Set of RBAC policy rules each containing its clauses (To, From, When). If at least one of the rules is matched the policy action will take place. Rules are OR-ed.
Used in:
The logical behavior between the matches (if there are more than one) MatchBehavior match_behavior = 1; Matches are OR-ed Match is a generic form of the authz policy's expressions contained in To, From and When.
Values of specific type are OR-ed If multiple types are set, they are AND-ed
Used in:
Used in:
Clauses are AND-ed This is a generic form of the authz policy's to, from and when
Used in:
ALL means that the authorization policy will be applied to all workloads in the mesh (any namespace).
NAMESPACE means that the policy will only be applied to workloads in a specific namespace.
WORKLOAD_SELECTOR means that the policy will only be applied to specific workloads that were selected by their labels.
Used in:
Used in:
exact string match
prefix-based match
suffix-based match