mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
This is already fixed in awx-operator.
See a534c856db/roles/installer/templates/configmaps/config.yaml.j2 (L215)
This just makes it so a development environment can also work correctly
behind a proxy
Fixes problem of
GET to https://$PROXY/something/awx/v2/me
rewritten to https://$AWX/something/awx/v2/me/ (which doesn't exist)
instead path is correctly rewritten as https://$PROXY/something/awx/v2/me/