Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisabledMeshWideChecker ¶ added in v1.19.0
type DisabledMeshWideChecker struct { PeerAuthn *security_v1beta.PeerAuthentication DestinationRules []*networking_v1beta1.DestinationRule }
func (DisabledMeshWideChecker) Check ¶ added in v1.19.0
func (c DisabledMeshWideChecker) Check() ([]*models.IstioCheck, bool)
type DisabledNamespaceWideChecker ¶ added in v1.19.0
type DisabledNamespaceWideChecker struct { PeerAuthn *security_v1beta.PeerAuthentication DestinationRules []*networking_v1beta1.DestinationRule }
func (DisabledNamespaceWideChecker) Check ¶ added in v1.19.0
func (c DisabledNamespaceWideChecker) Check() ([]*models.IstioCheck, bool)
type MeshMtlsChecker ¶
type MeshMtlsChecker struct { MeshPolicy *security_v1beta.PeerAuthentication MTLSDetails kubernetes.MTLSDetails IsServiceMesh bool }
Note that MeshMtlsChecker will work with MeshPolicy resources
func (MeshMtlsChecker) Check ¶
func (t MeshMtlsChecker) Check() ([]*models.IstioCheck, bool)
type NamespaceMtlsChecker ¶
type NamespaceMtlsChecker struct { PeerAuthn *security_v1beta.PeerAuthentication MTLSDetails kubernetes.MTLSDetails }
func (NamespaceMtlsChecker) Check ¶
func (t NamespaceMtlsChecker) Check() ([]*models.IstioCheck, bool)
Checks if a PeerAuthn enabling namespace-wide has a Destination Rule enabling mTLS too
Click to show internal directories.
Click to hide internal directories.