This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 21 Mar, 2018 6 commits
    • Chris Hoffman's avatar
      Database Root Credential Rotation (#3976) · 44aa151b
      Chris Hoffman authored
      * redoing connection handling
      
      * a little more cleanup
      
      * empty implementation of rotation
      
      * updating rotate signature
      
      * signature update
      
      * updating interfaces again :(
      
      * changing back to interface
      
      * adding templated url support and rotation for postgres
      
      * adding correct username
      
      * return updates
      
      * updating statements to be a list
      
      * adding error sanitizing middleware
      
      * fixing log sanitizier
      
      * adding postgres rotate test
      
      * removing conf from rotate
      
      * adding rotate command
      
      * adding mysql rotate
      
      * finishing up the endpoint in the db backend for rotate
      
      * no more structs, just store raw config
      
      * fixing tests
      
      * adding db instance lock
      
      * adding support for statement list in cassandra
      
      * wip redoing interface to support BC
      
      * adding falllback for Initialize implementation
      
      * adding backwards compat for statements
      
      * fix tests
      
      * fix more tests
      
      * fixing up tests, switching to new fields in statements
      
      * fixing more tests
      
      * adding mssql and mysql
      
      * wrapping all the things in middleware, implementing templating for mongodb
      
      * wrapping all db servers with error santizer
      
      * fixing test
      
      * store the name with the db instance
      
      * adding rotate to cassandra
      
      * adding compatibility translation to both server and plugin
      
      * reordering a few things
      
      * store the name with the db instance
      
      * reordering
      
      * adding a few more tests
      
      * switch secret values from slice to map
      
      * addressing some feedback
      
      * reinstate execute plugin after resetting connection
      
      * set database connection to closed
      
      * switching secret values func to map[string]interface for potential future uses
      
      * addressing feedback
      Unverified
      44aa151b
    • Brian Kassouf's avatar
      Add options to mount tune and mount endpoints in preparation for versioning (#4155) · 1c443f22
      Brian Kassouf authored
      * Add some requirements for versioned k/v
      
      * Add a warning message when an upgrade is triggered
      
      * Add path help values
      
      * Make the kv header a const
      
      * Add the uid to mount entry instead of options map
      
      * Pass the backend aware uuid to the mounts and plugins
      
      * Fix comment
      
      * Add options to secret/auth enable and tune CLI commands (#4170)
      
      * Switch mount/tune options to use TypeKVPairs (#4171)
      
      * switching options to TypeKVPairs, adding bool parse for versioned flag
      
      * flipping bool check
      
      * Fix leases coming back from non-leased pluin kv store
      
      * add a test for updating mount options
      
      * Fix tests
      Unverified
      1c443f22
    • emily's avatar
      Docs for Vault GCP secrets plugin (#4159) · 468cad19
      emily authored
      468cad19
    • Brian Shumate's avatar
      Docs: update formatting / heading (#4175) · 6c0b2384
      Brian Shumate authored
      - Correct Generate Disaster Recovery Operation Token heading level
      - Tighten up formatting/trailing spaces
      6c0b2384
    • Jeff Mitchell's avatar
      Fix file location for 0.9.6 upgrade guide · 6a82e012
      Jeff Mitchell authored
      6a82e012
    • Jeff Mitchell's avatar
      Add 0.9.6 upgrade guide · d10057e2
      Jeff Mitchell authored
      d10057e2
  2. 20 Mar, 2018 18 commits
  3. 19 Mar, 2018 12 commits
  4. 18 Mar, 2018 4 commits