Home
last modified time | relevance | path

Searched defs:AuthenticationPolicies (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dauthentication.go63 type AuthenticationPolicies struct { struct
65 requestAuthentications map[string][]Config
67 peerAuthentications map[string][]Config
73 namespaceMutualTLSMode map[string]MutualTLSMode
77 globalMutualTLSMode MutualTLSMode
79 rootNamespace string
110 func (policy *AuthenticationPolicies) addRequestAuthentication(configs []Config) {
134 func (policy *AuthenticationPolicies) addPeerAuthentication(configs []Config) {
205 func (policy *AuthenticationPolicies) GetJwtPoliciesForWorkload(namespace string,
211 func (policy *AuthenticationPolicies) GetPeerAuthenticationsForWorkload(namespace string,
[all …]