You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/30 14:49:22 UTC

[GitHub] ajgil commented on issue #3312: Proposal: make single sign on and other auth/authn easier by removing Flask AppBuilder

ajgil commented on issue #3312: Proposal: make single sign on and other auth/authn easier by removing Flask AppBuilder
URL: https://github.com/apache/incubator-superset/issues/3312#issuecomment-408890378
 
 
   Hi @mistercrunch I am implementing your post last 17 Aug 2017 extended and overrided your functions but I have no idea why do you use 
   ```python
   @expose('/login/')
   ```
   Superset starts ok but got this error:
   
   ```sh
    superset runserver -d
   Traceback (most recent call last):
     File "/usr/bin/superset", line 12, in <module>
       from superset.cli import manager
     File "/usr/lib/python3.6/site-packages/superset/__init__.py", line 22, in <module>
       from superset import config, utils
     File "/usr/lib/python3.6/site-packages/superset/config.py", line 469, in <module>
       class AsepeyoAuthRemoteUserView(AuthRemoteUserView):
     File "/usr/lib/python3.6/site-packages/superset/config.py", line 479, in AsepeyoAuthRemoteUserView
       @expose('/login/')
   NameError: name 'expose' is not defined
   ```
   Please, be kind and paste some trick. Thanks in advance
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org