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.
|
ExtAuthzOuterClass.HttpService |
getHttpService()
The external authorization HTTP service configuration.
|
ExtAuthzOuterClass.HttpServiceOrBuilder |
getHttpServiceOrBuilder()
The external authorization HTTP service configuration.
|
ExtAuthzOuterClass.ExtAuthz.ServicesCase |
getServicesCase() |
boolean |
hasGrpcService()
The external authorization gRPC service configuration.
|
boolean |
hasHttpService()
The external authorization HTTP service configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGrpcService()
The external authorization gRPC service configuration. The default timeout is set to 200ms by this filter.
.envoy.api.v2.core.GrpcService grpc_service = 1;GrpcServiceOuterClass.GrpcService getGrpcService()
The external authorization gRPC service configuration. The default timeout is set to 200ms by this filter.
.envoy.api.v2.core.GrpcService grpc_service = 1;GrpcServiceOuterClass.GrpcServiceOrBuilder getGrpcServiceOrBuilder()
The external authorization gRPC service configuration. The default timeout is set to 200ms by this filter.
.envoy.api.v2.core.GrpcService grpc_service = 1;boolean hasHttpService()
The external authorization HTTP service configuration. The default timeout is set to 200ms by this filter.
.envoy.config.filter.http.ext_authz.v2alpha.HttpService http_service = 3;ExtAuthzOuterClass.HttpService getHttpService()
The external authorization HTTP service configuration. The default timeout is set to 200ms by this filter.
.envoy.config.filter.http.ext_authz.v2alpha.HttpService http_service = 3;ExtAuthzOuterClass.HttpServiceOrBuilder getHttpServiceOrBuilder()
The external authorization HTTP service configuration. The default timeout is set to 200ms by this filter.
.envoy.config.filter.http.ext_authz.v2alpha.HttpService http_service = 3;boolean getFailureModeAllow()
The filter's behaviour in case the external authorization service does not respond back. When it is set to true, Envoy will also allow traffic in case of an error occurs during the authorization process. Defaults to false.
bool failure_mode_allow = 2;ExtAuthzOuterClass.ExtAuthz.ServicesCase getServicesCase()
Copyright © 2018 The Envoy Project. All rights reserved.