-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create any resources in admin behind a HA Proxy #112
Comments
The symptom you describe sounds like your browser is not session pinned to a particular node. When you place FusionAuth behind a proxy, you'll need to session pin based upon the URL path. In the Two Servers section of the server layout guide, the session pinning strategy is outlined.
What type of proxy are you using? |
Hey, Well I'm only running 1 instance of FA at the moment so it will always go to the same one. We're using HA Proxy |
Ah, ok good to know. Ok, my second guess will be better. It sounds like you're only seeing this when you submit a form. During
If all of those are true, FusionAuth should be able to detect the correct URL and compare that to the My guess is that you're missing the |
@davidb-e4s were you able to get past this issue by adding these |
Hi Dan,
I've not had a chance to look at this yet. I'll pick it up Monday and let
you know!
Thanks
…On Fri, 12 Apr 2019, 04:34 Daniel DeGroff, ***@***.***> wrote:
@davidb-e4s <https://github.com/davidb-e4s> were you able to get past
this issue by adding these X-Forwarded- headers?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#112 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AqWMU1okZX3Pb0uvAQTFnGDSMeTSDIDHks5vf_7KgaJpZM4cmel0>
.
On Fri, 12 Apr 2019, 04:34 Daniel DeGroff, ***@***.***> wrote:
@davidb-e4s <https://github.com/davidb-e4s> were you able to get past
this issue by adding these X-Forwarded- headers?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#112 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AqWMU1okZX3Pb0uvAQTFnGDSMeTSDIDHks5vf_7KgaJpZM4cmel0>
.
|
Hi Dan, Just an update I've been swamped but hoping to look at this early this week. Thanks |
Thanks for the update @davidb-e4s , let us know if you run into issues. In version 1.6.0 you should see a large warning on the dashboard page if the we detect |
Can't create any resources in admin behind a HA Proxy
Description
I've put the FA service behind a HA reverse proxy with SSL termination. I can login to the console and view everything but as soon as I try to create a tenant/user anything it says I don't have permission to do it (even though I'm admin). It works if I access the box directly.
This sort of thing is normally header related what headers do I need to provide. Note FA is still operating over HTTP behind the proxy.
The text was updated successfully, but these errors were encountered: