niteshb3495 opened a new issue #14165:
URL: https://github.com/apache/superset/issues/14165


   I was trying to implement Google OAuth with Superset 1.0.1. In the end, I 
found that the below packages must be installed for OAuth to work. 
   ```
   flask_oauthlib
   authlib
   ```
   
   As the above modules are missing in the requirements, adding them will help 
people integrate the OAuth without any extra effort. 
   
   I used the helm repo "stable" to install the superset. 
   
   I used my customized values.yaml file to install superset with below 
command. 
   ```
   helm install superset -f values.yaml stable/superset
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to