public interface RBACOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RBAC |
getRules()
Specify the RBAC rules to be applied globally.
|
RBACOrBuilder |
getRulesOrBuilder()
Specify the RBAC rules to be applied globally.
|
RBAC |
getShadowRules()
Shadow rules are not enforced by the filter (i.e., returning a 403)
but will emit stats and logs and can be used for rule testing.
|
RBACOrBuilder |
getShadowRulesOrBuilder()
Shadow rules are not enforced by the filter (i.e., returning a 403)
but will emit stats and logs and can be used for rule testing.
|
boolean |
hasRules()
Specify the RBAC rules to be applied globally.
|
boolean |
hasShadowRules()
Shadow rules are not enforced by the filter (i.e., returning a 403)
but will emit stats and logs and can be used for rule testing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRules()
Specify the RBAC rules to be applied globally. If absent, no enforcing RBAC policy will be applied.
.envoy.config.rbac.v4alpha.RBAC rules = 1;RBAC getRules()
Specify the RBAC rules to be applied globally. If absent, no enforcing RBAC policy will be applied.
.envoy.config.rbac.v4alpha.RBAC rules = 1;RBACOrBuilder getRulesOrBuilder()
Specify the RBAC rules to be applied globally. If absent, no enforcing RBAC policy will be applied.
.envoy.config.rbac.v4alpha.RBAC rules = 1;boolean hasShadowRules()
Shadow rules are not enforced by the filter (i.e., returning a 403) but will emit stats and logs and can be used for rule testing. If absent, no shadow RBAC policy will be applied.
.envoy.config.rbac.v4alpha.RBAC shadow_rules = 2;RBAC getShadowRules()
Shadow rules are not enforced by the filter (i.e., returning a 403) but will emit stats and logs and can be used for rule testing. If absent, no shadow RBAC policy will be applied.
.envoy.config.rbac.v4alpha.RBAC shadow_rules = 2;RBACOrBuilder getShadowRulesOrBuilder()
Shadow rules are not enforced by the filter (i.e., returning a 403) but will emit stats and logs and can be used for rule testing. If absent, no shadow RBAC policy will be applied.
.envoy.config.rbac.v4alpha.RBAC shadow_rules = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.