To help you find information quickly, we’ve remodeled the documentation to focus on how you work. Need help finding something?
Explore the updated navigation, use search, or get answers from Ask Red Hat.
Share Feedback to help us keep improving.
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.
Procedure
- Log in to Red Hat OpenShift Container Platform.
- Navigate to .
- Select your Ansible Automation Platform Operator deployment.
- Select the Ansible Automation Platform tab.
- Click the ⋮ icon next to your Ansible Automation Platform instance and select Edit AnsibleAutomationPlatform .
- Click YAML view and locate the
spec.hub: section..
- 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
- 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 .
-
-