I have a problem with self-hosted n8n version.
I hosted n8n on an Azure Web App, but if I go to the link where it is hosted with /rest/settings I can see login URL, Callback URL and apiKeys (relative to posthog).
There is a way to hide them? I cannot block the endpoint because the frontend uses It but i cannot leave it with public access.
Yes indeed, many people have raised this recently, and Iām pretty confident the n8n team may address it soon..
In the meantime, you can block, shield, or redirect that path however you preferā¦
If youāre using a reverse proxy, you can handle it there, If not try setting up a redirect or restriction directly in your domain or hosting settings..
@mohamed3nan I searched in Github, but somehow I donāt see any issues related to it. Where did the people raise the concern?
And more important: When will this security issue be fixed? I think redirection or basic auth is not possible, because the frontend is broken then. Or am I misunderstanding something?