Documentation ¶
Overview ¶
The auth package provides support for checking the authentication and authorization policy applied in the mesh. It aims to increase the debuggability and observability of auth policies. Note: this is still under active development and is not ready for real use.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
Analyzer that can be used to check authorization policy.
func NewAnalyzer ¶
func NewAnalyzer(envoyConfig *configdump.Wrapper) (*Analyzer, error)
NewAnalyzer creates a new analyzer for a given pod based on its envoy config.
Click to show internal directories.
Click to hide internal directories.