AWX behind NGINX reverse proxy

Hello,

I have set up 2 AWX servers behind a Nginx proxy server to set up a Round Robin LB.

Individually by login to AWX servers the job run is fine but if connecting via Nginx LB as: https:// , it prompts error:

Failed to access user information. GET returned status: 401

Please Advice.

BR//
Vandana

This probably isn’t going to work the way that you think it will. If the AWX services are configured for two different databases then their authentication information will not be shared. If they are indeed pointed at the same database then you are going to run into some other issues because cluster information isn’t going to be synchronized. Openshift/Kubernetes is the recommended configuration for clustered AWX setup.