Discover Packages
github.com/3scale/kiper
internal
istio_plugin
package
Version:
v0.0.0-...-d3967d6
Opens a new window with list of versions in this module.
Published: Mar 9, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 28
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
New returns a Plugin that implements the Envoy ext_authz API.
type Config struct {
Addr string `json:"addr"`
Query string `json:"query"`
DryRun bool `json:"dry-run"`
EnableReflection bool `json:"enable-reflection"`
}
Config represents the plugin configuration.
Validate receives a slice of bytes representing the plugin's
configuration and returns a configuration value that can be used to
instantiate the plugin.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.