public static interface ExtAuthzOuterClass.ExtAuthzOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFailureModeAllow()
The filter's behaviour in case the external authorization service does
not respond back.
|
GrpcServiceOuterClass.GrpcService |
getGrpcService()
The external authorization gRPC service configuration.
|
GrpcServiceOuterClass.GrpcServiceOrBuilder |
getGrpcServiceOrBuilder()
The external authorization gRPC service configuration.
|
String |
getStatPrefix()
The prefix to use when emitting statistics.
|
com.google.protobuf.ByteString |
getStatPrefixBytes()
The prefix to use when emitting statistics.
|
boolean |
hasGrpcService()
The external authorization gRPC service configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStatPrefix()
The prefix to use when emitting statistics.
string stat_prefix = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getStatPrefixBytes()
The prefix to use when emitting statistics.
string stat_prefix = 1 [(.validate.rules) = { ... }boolean hasGrpcService()
The external authorization gRPC service configuration.
.envoy.api.v2.core.GrpcService grpc_service = 2;GrpcServiceOuterClass.GrpcService getGrpcService()
The external authorization gRPC service configuration.
.envoy.api.v2.core.GrpcService grpc_service = 2;GrpcServiceOuterClass.GrpcServiceOrBuilder getGrpcServiceOrBuilder()
The external authorization gRPC service configuration.
.envoy.api.v2.core.GrpcService grpc_service = 2;boolean getFailureModeAllow()
The filter's behaviour in case the external authorization service does not respond back. If set to true then in case of failure to get a response back from the authorization service or getting a response that is NOT denied then traffic will be permitted. Defaults to false.
bool failure_mode_allow = 3;Copyright © 2018 The Envoy Project. All rights reserved.