Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 27, 2021
  2. Oct 26, 2021
  3. Oct 25, 2021
  4. Oct 24, 2021
  5. Oct 22, 2021
  6. Oct 21, 2021
    • Jeff Evans's avatar
      Secrets :closed_lock_with_key: PR 3 - Integrate secret handling with db-details (#17677) · 497f433d
      Jeff Evans authored
      Integrate secret handling with db-details
      
      Add helper function to database model namespace to "swap out" secret values with inserted IDs
      
      Calling this from the pre-update fn
      
      Add pre-insert fn for database model to perform the same
      
      Adding test to database model test ns
      
      Add creator_id to secret model to capture the user who created this secret instance/version
      
      Add creator-id and created-at sub properties for each secret in db details
      Unverified
      497f433d
Loading