MCPcopy
hub / github.com/istio/istio / mockAuthenticator

Struct mockAuthenticator

security/pkg/server/ca/server_test.go:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76)
77
78type mockAuthenticator struct {
79 authSource security.AuthSource
80 identities []string
81 kubernetesInfo security.KubernetesInfo
82 errMsg string
83}
84
85func (authn *mockAuthenticator) AuthenticatorType() string {
86 return "mockAuthenticator"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected