fbalicchia opened a new pull request, #20898:
URL: https://github.com/apache/superset/pull/20898

   
   ### SUMMARY
   Superset can be configured to use an external store for database passwords. 
This is useful if you a running a custom secret distribution framework and do 
not wish to store secrets in Superset’s meta database.
   This useful capability can be extended by providing  Superset’s meta 
database as a fallback in the case the administration doesn't want to use an 
external store for a particular database 
   
   ### TESTING INSTRUCTIONS
   Set `SQLALCHEMY_CUSTOM_PASSWORD_STORE`   to point to an external lookup 
function. and the user does not have to check where her password is saved. 
Current tests must continue to work
   
    ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] 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.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to