SidecarGateway is the link between the protected application and Airlock Microgateway. It specifies the configuration of the Airlock Microgateway Engine injected into the application Pod including configuration options for topics like TLS and HTTP, remote IP identification and request normalization, as well as the applied contentSecurityRef.
- In addition, SidecarGateway ties the security rules and other functionality to the application by referencing the following other CRs:
- CR ContentSecurity
- CR EnvoyHTTPFilter
- CR EnvoyCluster
- CR Telemetry
General tips for working with CRs
- CLI:
- Use
kubectl explain <replace with CRD name> --recursive
to list all available options and the YAML structure. - Check the CRD description texts with
kubectl explain <replace with CRD name and path>
of the available options for more details.
- API Reference documentation:
- Click on the link to open the CR-related documentation in a new browser tab or window: CRD Reference documentation. See also the API Reference documentation links at the end article.