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/08/23 09:34:14 UTC

[GitHub] wangshihan513 opened a new issue #5710: Question about REST API Authentication

wangshihan513 opened a new issue #5710: Question about REST API Authentication
URL: https://github.com/apache/incubator-superset/issues/5710
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if any
   - [ ] I have reproduced the issue with at least the latest released version of superset
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   0.26.3
   
   ### Expected results
   
   
   ### Actual results
   
   
   ### Steps to reproduce
   I am trying to write a python script call REST API to create a dashboard.
   Since flask uses OAUTH Authentication Types.
   My question is where can I find 'YOUR_APP_KEY' 'YOUR_APP_SECRET' 'USER_OAUTH_TOKEN' 'USER_OAUTH_TOKEN_SECRET'?
   auth = OAuth1('YOUR_APP_KEY', 'YOUR_APP_SECRET',
                  'USER_OAUTH_TOKEN', 'USER_OAUTH_TOKEN_SECRET') 
   
   
   

----------------------------------------------------------------
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