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.
.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 hasHttpService()
The external authorization HTTP service configuration.
.envoy.config.filter.http.ext_authz.v2alpha.HttpService http_service = 3;ExtAuthzOuterClass.HttpService getHttpService()
The external authorization HTTP service configuration.
.envoy.config.filter.http.ext_authz.v2alpha.HttpService http_service = 3;ExtAuthzOuterClass.HttpServiceOrBuilder getHttpServiceOrBuilder()
The external authorization HTTP service configuration.
.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. 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 = 2;ExtAuthzOuterClass.ExtAuthz.ServicesCase getServicesCase()
Copyright © 2018 The Envoy Project. All rights reserved.