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. 18 Feb, 2021 1 commit
    • 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
  2. 17 Feb, 2021 1 commit
  3. 12 Feb, 2021 1 commit
  4. 10 Feb, 2021 1 commit
  5. 02 Feb, 2021 1 commit
  6. 29 Jan, 2021 1 commit
  7. 26 Jan, 2021 1 commit
  8. 20 Jan, 2021 1 commit
  9. 12 Jan, 2021 1 commit
    • Eugene R's avatar
      Aerospike storage backend (#10131) · 6423be85
      Eugene R authored
      * add an Aerospike storage backend
      
      * go mod vendor
      
      * add Aerospike storage configuration docs
      
      * review fixes
      
      * bump aerospike client to v3.1.1
      
      * rename the defaultHostname variable
      
      * relocate the docs page
      6423be85
  10. 07 Jan, 2021 1 commit
  11. 14 Dec, 2020 2 commits
  12. 01 Dec, 2020 1 commit
  13. 30 Nov, 2020 1 commit
  14. 23 Nov, 2020 1 commit
  15. 30 Oct, 2020 2 commits
  16. 29 Oct, 2020 2 commits
  17. 28 Oct, 2020 1 commit
  18. 23 Oct, 2020 1 commit
  19. 22 Oct, 2020 3 commits
  20. 20 Oct, 2020 1 commit
  21. 16 Oct, 2020 2 commits
  22. 15 Oct, 2020 2 commits
  23. 13 Oct, 2020 2 commits
  24. 12 Oct, 2020 1 commit
  25. 09 Oct, 2020 3 commits
  26. 08 Oct, 2020 1 commit
  27. 06 Oct, 2020 1 commit
  28. 05 Oct, 2020 2 commits
  29. 02 Oct, 2020 1 commit
    • Scott Miller's avatar
      Expose generic versions of KDF and symmetric crypto (#10076) · bf8d7efb
      Scott Miller authored
      * Support salt in DeriveKey
      
      * Revert "Support salt in DeriveKey"
      
      This reverts commit b295ae42673308a2d66d66b53527c6f9aba92ac9.
      
      * Refactor out key derivation, symmetric encryption, and symmetric decryption into generic functions
      
      * comments
      
      * comments
      
      * go mod vendor
      
      * bump both go.mods
      
      * This one too
      
      * bump
      
      * bump
      
      * bump
      
      * Make the lesser used params of symmetric ops a struct
      
      * go fmt
      
      * Call GetKey instead of DeriveKey
      
      * Address feedback
      
      * Wrong rv
      
      * Rename calls
      
      * Assign the nonce field
      
      * trivial change
      
      * Check nonce len instead
      
      * go mod vendor
      bf8d7efb