TLS Configuration

This guide demonstrates how to configure TLS termination for an Ingress resourcearrow-up-right.

circle-info

Kubernetes namespace

The following section(s) presume the Immuta Enterprise Helm chart was deployed into namespace immuta and that the current namespace is immuta.

Prerequisite

The Ingress configuration must be completed before proceeding.

  1. Edit immuta-values.yaml to include the following Helm values.

    secure:
      ingress:
        hostname: <immuta-fqdn>
        annotations:
          nginx.ingress.kubernetes.io/auth-tls-secret: <namespace>/<secret-name>
  2. Create a TLS secretarrow-up-right from a given public/private PEM formatted key pair.

    kubectl create secret tls <secret-name> --cert=path/to/tls.cert --key=path/to/tls.key
  3. Perform a Helm upgradearrow-up-right 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 2024.3.14

Refer to the Ingress-Nginx Controller documentationarrow-up-right for further assistance.

  1. Edit immuta-values.yaml to include the following Helm values.

  2. Perform a Helm upgradearrow-up-right to apply the changes made to immuta-values.yaml.

Refer to the GKE Ingress Controller documentationarrow-up-right for further assistance.

  1. Edit immuta-values.yaml to include the following Helm values.

  2. Perform a Helm upgradearrow-up-right to apply the changes made to immuta-values.yaml.

Refer to the AWS Load Balancer Controller documentationarrow-up-right for further assistance.

  1. Edit immuta-values.yaml to include the following Helm values.

  2. Perform a Helm upgradearrow-up-right to apply the changes made to immuta-values.yaml.

Refer to the Application Gateway Ingress Controller documentationarrow-up-right for further assistance.

  1. Edit immuta-values.yaml to include the following Helm values.

  2. Create a TLS secretarrow-up-right from a given public/private PEM formatted key pair.

  3. Perform a Helm upgradearrow-up-right to apply the changes made to immuta-values.yaml.

Refer to the Traefik documentationarrow-up-right for further assistance.

Last updated

Was this helpful?