Configure automation hub route options

The Red Hat Ansible Automation Platform operator installation form allows you to further configure your automation hub operator route options under Advanced configuration.

About this task

Procedure

  1. Log in to Red Hat OpenShift Container Platform.
  2. Navigate to Operators > Installed Operators.
  3. Select your Ansible Automation Platform Operator deployment.
  4. Select the Ansible Automation Platform tab.
  5. Click the ⋮ icon next to your Ansible Automation Platform instance and select Edit AnsibleAutomationPlatform .
  6. Click YAML view and locate the spec.hub: section..
  7. Configure the route options under the hub: section:
    spec:
      hub:
        ingress_type: Route
        route_host: hub.example.com  # Custom hostname for the route
        route_tls_termination_mechanism: Edge  # Options: Edge, Passthrough
        route_tls_secret: hub-tls-secret  # Optional: TLS credential secret
  8. Click Save.
    Note

    Edge termination is recommended for most instances. After configuring your route, you can customize additional route settings by adding them to the hub: section in the Ansible Automation Platform custom resource.

    For more examples of Ansible Automation Platform custom resources, see Red Hat Ansible Automation Platform custom resources .