You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
I am new to linux, python and superset.what is Nginx? How to use AUTH_REMOTE_USER? Is Nginx or Apache to be installed to use AUTH_REMOTE_USER.
Maxime Beauchemin
unread,
Apr 17, 2017, 11:06:33 AM4/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to airbnb_superset
Nginx is a trendy web server. Google it if you want to learn about it. Using AUTH_REMOTE_USER is somewhat documented in the Flask App Builder docs. "Remote user" authentication means you have a reverse proxy taking care of the authentication and enriching web requests with headers related to who is logged in.