Replies: 2 comments 4 replies
-
Unless the proxy is stripping headers, it should work out of the box. Just a note, the way you have your code set up, when in production mode, if you don't have a SESSION_SECRET defined in your environmental variables it will randomly generate a new secret every time the service starts up. So if you are intending to use Keystone in a cluster, you'll need to make sure all of the nodes use the same secret. |
Beta Was this translation helpful? Give feedback.
-
Yikes, I can't get it to work. I've tried with tinyproxy and nginx, both present the same issue. When I enter the admin ui for the first time everything goes fine, but once I log in and reload the page, it goes on loop. I'm proxying my backend from /admin2/. I'm kind of out of ideas. Here is my nginx.conf
Again I'd highly appreciate any feedback. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to set up keystone behind a reverse proxy, I'd say this is a very common pattern but I couldn't find any proper guide on how to do so.
So far I've been able to make it work, except for the index page. It goes on loop once I've logged in.
Here is my auth configuration
and my config:
I'd highly appreciate your help.
Beta Was this translation helpful? Give feedback.
All reactions