Ingress Configuration
This guide demonstrates how to configure Ingress. Ingress can be configured in numerous ways. Configurations for the most popular controllers are outlined below.
The Immuta web service listens on the following ports:
443
TCP
HTTPS
False
80
TCP
HTTP (redirects to HTTPS)
True
Edit the
immuta-values.yamlfile to include the following Helm values.secure: ingress: enabled: true hostname: <immuta-fqdn> ingressClassName: nginx annotations: nginx.ingress.kubernetes.io/proxy-body-size: '64m'Perform a Helm upgrade to apply the changes made to
immuta-values.yaml.helm upgrade <release-name> oci://ocir.immuta.com/stable/immuta-enterprise --values immuta-values.yaml --version 2025.1.8
Refer to the Ingress-Nginx Controller documentation for further assistance.
Edit
immuta-values.yamlto include the following Helm values.Create a file named
frontendconfig.yamlwith the following content.Apply the
FrontendConfigCRD.Perform a Helm upgrade to apply the changes made to
immuta-values.yaml.
Refer to the Google Cloud documentation for further assistance.
Edit
immuta-values.yamlto include the following Helm values.Perform a Helm upgrade to apply the changes made to
immuta-values.yaml.
Refer to the AWS Load Balancer Controller documentation for further assistance.
Edit
immuta-values.yamlto include the following Helm values.Perform a Helm upgrade to apply the changes made to
immuta-values.yaml.
Refer to the Application Gateway Ingress Controller documentation for further assistance.
Edit
immuta-values.yamlto include the following Helm values.Create a file named
middleware.yamlwith the following content.Apply the
MiddlewareCRD.Perform a Helm upgrade to apply the changes made to
immuta-values.yaml.
Refer to the Traefik documentation for further assistance.
Edit
immuta-values.yamlto include the following Helm values. Because the Ingress resource will be managed by the OpenShift route you create and not the Immuta Enterprise Helm chart,ingressis set tofalsebelow.Get the service name for Secure.
Create a file named
route.yamlwith the following content. Update all placeholder values with your own values.Apply the
RouteCRD.Perform a Helm upgrade to apply the changes made to
immuta-values.yaml.
Refer to the Red Hat OpenShift documentation for further assistance.
Last updated

