Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PluginName is the name to register with the OPA plugin manager
PluginName = "envoy_ext_authz_grpc"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Addr string `json:"addr"` Query string `json:"query"` // Deprecated: Use Path instead Path string `json:"path"` DryRun bool `json:"dry-run"` EnableReflection bool `json:"enable-reflection"` ProtoDescriptor string `json:"proto-descriptor"` GRPCMaxRecvMsgSize int `json:"grpc-max-recv-msg-size"` GRPCMaxSendMsgSize int `json:"grpc-max-send-msg-size"` SkipRequestBodyParse bool `json:"skip-request-body-parse"` // contains filtered or unexported fields }
Config represents the plugin configuration.
Click to show internal directories.
Click to hide internal directories.