Documentation ¶
Overview ¶
Second version of authentication in Kyma. Based on Istio authentication policies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Create(dto *Dto) (*kymaMeta.GatewayResource, error) Update(oldDto, newDto *Dto) (*kymaMeta.GatewayResource, error) Delete(dto *Dto) error }
type Jwt ¶
type Jwt struct { Issuer string JwksUri string TriggerRule TriggerRule }
type JwtDefaultConfig ¶
type JwtDefaultConfig Jwt
type MatchExpression ¶
type TriggerRule ¶
type TriggerRule struct {
ExcludedPaths []MatchExpression
}
Click to show internal directories.
Click to hide internal directories.