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. 24 Feb, 2021 11 commits
  2. 23 Feb, 2021 12 commits
  3. 22 Feb, 2021 8 commits
  4. 19 Feb, 2021 5 commits
  5. 18 Feb, 2021 4 commits
    • Hridoy Roy's avatar
      Revert "Vault Dependency Upgrades [VAULT-871] (#10903)" (#10939) · d04b88d9
      Hridoy Roy authored
      This reverts commit eb74ca61.
      d04b88d9
    • Hridoy Roy's avatar
      Vault Dependency Upgrades [VAULT-871] (#10903) · eb74ca61
      Hridoy Roy authored
      * upgrade vault dependency set
      
      * etcd and grpc issues:
      
      * better for tests
      
      * testing
      
      * all upgrades for hashicorp deps
      
      * kubernetes plugin upgrade seems to work
      
      * kubernetes plugin upgrade seems to work
      
      * etcd and a bunch of other stuff
      
      * all vulnerable packages upgraded
      
      * k8s is broken in linux env but not locally
      
      * test fixes
      
      * fix testing
      
      * fix etcd and grpc
      
      * fix etcd and grpc
      
      * use master branch of go-testing-interface
      
      * roll back etcd upgrade
      
      * have to fix grpc since other vendors pull in grpc 1.35.0 but we cant due to etcd
      
      * rolling back in the replace directives
      
      * a few more testing dependencies to clean up
      
      * fix go mod vendor
      eb74ca61
    • Nick Cabatoff's avatar
      Add docs for Agent's template_retry option added in #10644, based on those... · 3cc659ac
      Nick Cabatoff authored
      Add docs for Agent's template_retry option added in #10644, based on those from consul-template configuration.  Also fix some existing config docs that weren't adhering to our conventions. (#10911)
      
      3cc659ac
    • Angel Garbarino's avatar
      UI Database Secrets Engine (MongoDB) (#10655) · 4be76bf7
      Angel Garbarino authored
      * move the ttls on enable for db to default and not as options
      
      * refactor form field to angle brackets
      
      * add database to supported backend
      
      * initial setup of components and models
      
      * setup selectable cards, need to make own component
      
      * styling setup
      
      * subtext and links
      
      * number styling
      
      * search select put in place and button, all pretty things
      
      * search label text
      
      * messy but closer to data configuration. making models and fetching those models on routes
      
      * connection adapter and serializer that is pulled in by the overview route
      
      * clean up and add new model params connections and roles to overview route hbs
      
      * setting up overview as route with SecretHeader component.  TODO, show Overview tab, but have link to route.  It's going be on the secret header list component
      
      * setup overview tab on secret-list-header to go to overview page
      
      * setup id in overview route
      
      * Correct link on secrets engine list for database and ot...
      4be76bf7