vfoucault opened a new pull request #10190:
URL: https://github.com/apache/incubator-superset/pull/10190


   ### SUMMARY
   <!--- Describe the change below, including rationale and design decisions -->
   Ability to configure Oauth for Helm
   
   usage as follows in `values.yaml`
   
   ```
   supersetNode:
     oauth:
       enabled: true
       registration_enabled: true
       userRegistrationRole: Public
       config:
         name: google
         whitelist:
           - '@email_domain.com'
         icon: fa-google
         token_key: access_token
         remote_app:
           base_url: https://www.googleapis.com/oauth2/v2/
           request_token_params:
             scope: email profile
           request_token_url: null
           access_token_url: https://accounts.google.com/o/oauth2/token
           authorize_url: https://accounts.google.com/o/oauth2/auth
           consumer_key: bladibla_key
           consumer_secret: bladibla_secret
   ```
   
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TEST PLAN
   <!--- What steps should be taken to verify the changes -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [x] Has associated issue: fixes #10189 
   - [ ] Changes UI
   - [ ] Requires DB Migration.
   - [ ] Confirm DB Migration upgrade and downgrade tested.
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


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