mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
This allows redash to use nearly any custom authentication setup. Authentication via the REMOTE_USER environment variable is not provided as it's deemed unlikely to ever be used. Note that, like existing authentication providers, if you disable password authentication and the remote user auth is unsuccessful (probably due to a misconfiguration), then you'll get a redirect loop of /login ⇄ /remote_user/login.