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.
|
boolean |
hasGrpcService()
The external authorization gRPC service configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGrpcService()
The external authorization gRPC service configuration.
.envoy.api.v2.core.GrpcService grpc_service = 1;GrpcServiceOuterClass.GrpcService getGrpcService()
The external authorization gRPC service configuration.
.envoy.api.v2.core.GrpcService grpc_service = 1;GrpcServiceOuterClass.GrpcServiceOrBuilder getGrpcServiceOrBuilder()
The external authorization gRPC service configuration.
.envoy.api.v2.core.GrpcService grpc_service = 1;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 allow the traffic. Defaults to false. If set to true and the response from the authorization service is NOT Denied then the traffic will be permitted.
bool failure_mode_allow = 2;Copyright © 2018 The Envoy Project. All rights reserved.