You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX Operator is open source software provided for free and that I might not receive a timely response.
Feature Summary
Hi Team,
The ingress today supported in awx-operator only allows http-based backend (except for when type is route). As most of the ingress controllers support https backend, the ingress manifests should also support it to route the traffic over https to the backend awx service.
Please confirm the following
Feature Summary
Hi Team,
The ingress today supported in awx-operator only allows http-based backend (except for when type is route). As most of the ingress controllers support https backend, the ingress manifests should also support it to route the traffic over https to the backend awx service.
Example service:
Ingress definition:
cat << EOF | kubectl apply -f -
Currently its not possible to turn on https backend without setting ingress_type = route.
The text was updated successfully, but these errors were encountered: