-
- Downloads
Extend the definition of sensitive-fields in the Database model to include any...
Extend the definition of sensitive-fields in the Database model to include any custom password type properties (#14712) Adding new utility function to determine sensitive fields for a driver, which lives in the driver.utility namespace Delegating all calls to what used to be the sensitive-fields var to use the new fn instead Adding new test to confirm that custom :password connection-properties are masked
Showing
- src/metabase/api/database.clj 1 addition, 1 deletionsrc/metabase/api/database.clj
- src/metabase/driver/util.clj 16 additions, 0 deletionssrc/metabase/driver/util.clj
- src/metabase/models/database.clj 12 additions, 5 deletionssrc/metabase/models/database.clj
- test/metabase/models/database_test.clj 29 additions, 0 deletionstest/metabase/models/database_test.clj
Please register or sign in to comment