docs: document access control conditions and attributes (#8230)

Signed-off-by: Kuat Yessenov <kuat@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 706f910954574e5d18dd4ba94ce66e8ee77b238c
pull/620/head
data-plane-api(CircleCI) 5 years ago
parent c976d11f5e
commit 440d8ad9fd
  1. 5
      envoy/config/rbac/v2/rbac.proto

@ -91,8 +91,9 @@ message Policy {
// Principal with the `any` field set to true should be used.
repeated Principal principals = 2 [(validate.rules).repeated .min_items = 1];
// An optional symbolic expression specifying an access control condition.
// The condition is combined with AND semantics.
// An optional symbolic expression specifying an access control
// :ref:`condition <arch_overview_condition>`. The condition is combined
// with the permissions and the principals as a clause with AND semantics.
google.api.expr.v1alpha1.Expr condition = 3;
}

Loading…
Cancel
Save