Greetings,
I have some questions on standing up an awx development environment on a RHEL system.
I have followed the build steps here:
An I am able to navigate to the development awx instance fine, the only thing is the developmental instance looks complete different than the awx-instance I deploy using the awx-operator.
After I run the commands to start the developmental awx-instance, and I try to connect to if via web browser at https://localhost:8043, I am to login fine but redirected to https://10.0.0.137:8043/overview.
In comparison to the awx-instance deployed by the awx-operator that is running version: AWX 24.6.0. When I login to that instance, I can see the url as https://hostname/#/home.
I am trying to find any tips, on how to get my developmental environment configured the same way that awx-operator deploys the awx image.
The reason I am looking to get my environment configured this way, is I am trying to configure a feature to add SAML login to the https://hostname/api/login/?next=/api/v2/ page once the SAML backend is enabled, and I can’t test that out in my developmental awx environment because it seems as if ALL the additional social auth sources have been removed.
Only the http basic auth is shown, and I don’t see any way to add additional auth sources, primarily the SAML auth source.
In my awx-instance that was using the operator, if I navigate to https://localhost/ui_next/access/authentication I see the list of auth sources populated correctly.
Any help would be appreciated.
Thanks,
Phil Duncan