Istio Hardened📜
This package uses the shared Big Bang bb-common Istio integration rather than a package-specific istio.hardened.enabled value.
The ECK Operator chart exposes the following Istio-related values in chart/values.yaml:
istio.enabledistio.injectionistio.mtls.modeistio.sidecar.enabledistio.sidecar.outboundTrafficPolicyModeistio.authorizationPolicies.enabledistio.authorizationPolicies.generateFromNetpol
When istio.enabled is set to true, the chart renders shared Big Bang Istio resources through bb-common. When istio.mtls.mode is STRICT, the chart also renders a webhook PeerAuthentication resource for the operator webhook endpoint.
For package use inside Big Bang, enable the package alongside the required Istio components in the parent bigbang chart. See docs/dev-overrides.yaml for a local example and the Big Bang package integration Istio guidance for the broader platform expectations.