I am facing while integrating spnego kerberos with nginx load balancer. As nginx is a proxy server when each request pass through nginx server. In actual web server, principal name is coming from proxy server not from the actual machine where request is being initiated.
Client Machine ---> nginx Proxy server ---> WebServer
In web server I am getting credentials of proxy server not of client machine.
Please let me know if any more information is required.
Can anyone please help on this?
Thanks,
Sanjay
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am facing while integrating spnego kerberos with nginx load balancer. As nginx is a proxy server when each request pass through nginx server. In actual web server, principal name is coming from proxy server not from the actual machine where request is being initiated.
Client Machine ---> nginx Proxy server ---> WebServer
In web server I am getting credentials of proxy server not of client machine.
Please let me know if any more information is required.
Can anyone please help on this?
Thanks,
Sanjay
Can anyone please help?
Unfortunately, I have never heard of anyone using it on nginx.
You may want to contact nginx for help or documentation on how to configure nginx for SPNEGO/Kerberos.
thanks,
-darwin