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. 10 Jun, 2021 1 commit
  2. 21 Apr, 2021 1 commit
  3. 06 Apr, 2021 1 commit
  4. 26 Feb, 2021 1 commit
  5. 17 Dec, 2020 1 commit
  6. 21 May, 2020 1 commit
  7. 22 Jan, 2020 1 commit
  8. 18 Jan, 2020 1 commit
    • Jeff Escalante's avatar
      New Website! (#8154) · 0c9affe5
      Jeff Escalante authored
      * new documentation website
      
      * ci job adjustment
      
      * update to latest version on downloads page
      
      * remove transition-period scripts
      
      * add netlify toml file
      
      * fix docs patch
      
      * fix ci config?
      
      * revert go.mod changes
      
      * a couple last markdown formatting fixes
      0c9affe5
  9. 14 Oct, 2019 1 commit
    • Jack Kleeman's avatar
      Add ability to skip 'LIST ALL' check (#7614) · 9de6e1bf
      Jack Kleeman authored
      Currently whenever we start a new C* session in the database plugin, we
      run `LIST ALL` to determine whether we are a superuser, or otherwise
      have permissions on roles. This is a fairly sensible way of checking
      this, except it can be really slow when you have a lot of roles (C*
      isn't so good at listing things). It's also really intensive to C* and
      leads to a lot of data transfer. We've seen timeout issues when doing
      this query, and can of course raise the timeout, but we'd probably
      prefer to be able to switch it off.
      9de6e1bf
  10. 22 Mar, 2019 1 commit
  11. 14 Mar, 2019 1 commit
    • Andrej van der Zee's avatar
      Cassandra plugin: Support for datacenter aware deployments (#6127) · 8e6c0ac4
      Andrej van der Zee authored
      * Added option 'local_datacenter' to Casssandra database plugin for DC aware Casssandra deployments.
      
      * Fixed spelling errors in Cassandra database plugin.
      
      * Added website documentation.
      
      * Added local_datacenter to Cassanra database plugin.
      
      * Reverted datacenter-aware change in deprecated Cassandra builtin secret engine.
      8e6c0ac4
  12. 04 Mar, 2019 1 commit
  13. 10 Feb, 2019 1 commit
  14. 04 Dec, 2018 1 commit
  15. 19 Oct, 2018 1 commit
    • Jeff Escalante's avatar
      New Docs Website (#5535) · a43e2924
      Jeff Escalante authored
      * conversion stage 1
      
      * correct image paths
      
      * add sidebar title to frontmatter
      
      * docs/concepts and docs/internals
      
      * configuration docs and multi-level nav corrections
      
      * commands docs, index file corrections, small item nav correction
      
      * secrets converted
      
      * auth
      
      * add enterprise and agent docs
      
      * add extra dividers
      
      * secret section, wip
      
      * correct sidebar nav title in front matter for apu section, start working on api items
      
      * auth and backend, a couple directory structure fixes
      
      * remove old docs
      
      * intro side nav converted
      
      * reset sidebar styles, add hashi-global-styles
      
      * basic styling for nav sidebar
      
      * folder collapse functionality
      
      * patch up border length on last list item
      
      * wip restructure for content component
      
      * taking middleman hacking to the extreme, but its working
      
      * small css fix
      
      * add new mega nav
      
      * fix a small mistake from the rebase
      
      * fix a content resolution issue with middleman
      
      * title a couple missi...
      a43e2924
  16. 09 Apr, 2018 1 commit
  17. 23 Mar, 2018 1 commit
  18. 20 Mar, 2018 1 commit
  19. 24 Oct, 2017 1 commit
  20. 08 Sep, 2017 1 commit
  21. 11 May, 2017 2 commits
    • Calvin Leung Huang's avatar
      Mongodb plugin (#2698) · a4c652cb
      Calvin Leung Huang authored
      * WIP on mongodb plugin
      
      * Add mongodb plugin
      
      * Add tests
      
      * Update mongodb.CreateUser() comment
      
      * Update docs
      
      * Add missing docs
      
      * Fix mongodb docs
      
      * Minor comment and test updates
      
      * Fix imports
      
      * Fix dockertest import
      
      * Set c.Initialized at the end, check for empty CreationStmts first on CreateUser
      
      * Remove Initialized check on Connection()
      
      * Add back Initialized check
      
      * Update docs
      
      * Move connProducer and credsProducer into pkg for  mongodb and cassandra
      
      * Chage parseMongoURL to be a private func
      
      * Default to admin if no db is provided in creation_statements
      
      * Update comments and docs
      a4c652cb
    • Brian Kassouf's avatar
  22. 03 May, 2017 1 commit