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. 03 Nov, 2021 1 commit
    • Kyle Penfound's avatar
      Crt onboarding 1.9.x (#13012) · 2a6a3c55
      Kyle Penfound authored
      
      * adding CRT to 1.9.x branch
      
      * fixing the static-assets-dir path
      
      * removing bindata_assetfs as reflected in the recent changelog
      
      * reverting changes
      
      * remove static-assets step
      
      * bump go to 1.17
      
      * add rpm signing workflow
      
      * update release branch to real release branch
      
      * make ci-config
      
      * update notification channel
      
      * add comments to makefile
      
      * set options for version script
      
      * set specific go version
      
      * goimports is not needed
      
      * make version conditional not needed
      
      * add some apk packages back
      
      * change release branch back to get a build
      
      * reset release branch
      
      * run docker entrypoint as root with +x entrypoint
      
      * revert release branch
      Co-authored-by: default avatarClaire Labry <claire@hashicorp.com>
      2a6a3c55
  2. 18 Aug, 2021 1 commit
    • Clint's avatar
      Replace go-bindata-assetfs build dependency with native go:embed (#11208) · 8e7fd9e7
      Clint authored
      * copy over the webui
      
      move web_ui to http
      
      remove web ui files, add .gitkeep
      
      updates, messing with gitkeep and ignoring web_ui
      
      update ui scripts
      
      gitkeep
      
      ignore http/web_ui
      
      Remove debugging
      
      remove the jwt reference, that was from something else
      
      restore old jwt plugin
      
      move things around
      
      Revert "move things around"
      
      This reverts commit 2a35121850f5b6b82064ecf78ebee5246601c04f.
      
      Update ui path handling to not need the web_ui name part
      
      add desc
      
      move the http.FS conversion internal to assetFS
      
      update gitignore
      
      remove bindata dep
      
      clean up some comments
      
      remove asset check script that's no longer needed
      
      Update readme
      
      remove more bindata things
      
      restore asset check
      
      update packagespec
      
      update stub
      
      stub the assetFS method and set uiBuiltIn to false for non-ui builds
      
      update packagespec to build ui
      
      * fail if assets aren't found
      
      * tidy up vendor
      
      * go mod tidy
      
      * upd...
      8e7fd9e7
  3. 09 Jul, 2021 1 commit
    • Pratyoy Mukhopadhyay's avatar
      [VAULT-2776] Add prefix_filter option to Vault (#12025) · c7b82916
      Pratyoy Mukhopadhyay authored
      * [VAULT-2776] Add prefix_filter support to vault
      
      * [VAULT-2776] Add filter_default config, update docs
      
      * [VAULT-2776] Add changelog file
      
      * [VAULT-2776] Update telemetry tests and error handling
      
      * [VAULT-2776] Add test fixtures, update test
      
      * [VAULT-2776] Update gitignore hcl filter
      c7b82916
  4. 13 Oct, 2020 1 commit
  5. 08 Oct, 2019 1 commit
    • Calvin Leung Huang's avatar
      sys/config: config state endpoint (#7424) · 656b113d
      Calvin Leung Huang authored
      * sys/config: initial work on adding config state endpoint
      
      * server/config: add tests, fix Sanitized method
      
      * thread config through NewTestCluster's config to avoid panic on dev modes
      
      * properly guard endpoint against request forwarding
      
      * add http tests, guard against panics on nil RawConfig
      
      * ensure non-nil rawConfig on NewTestCluster cores
      
      * update non-forwarding logic
      
      * fix imports; use no-forward handler
      
      * add missing config test fixture; update gitignore
      
      * return sanitized config as a map
      
      * fix test, use deep.Equal to check for equality
      
      * fix http test
      
      * minor comment fix
      
      * config: change Sanitized to return snake-cased keys, update tests
      
      * core: hold rlock when reading config; add docstring
      
      * update docstring
      656b113d
  6. 20 Jun, 2019 1 commit
  7. 13 Apr, 2019 1 commit
  8. 05 Apr, 2019 1 commit
    • ncabatoff's avatar
      Agent auto auth wrapping new config checks (#6479) · baac2642
      ncabatoff authored
      * Simplify Run(): the function that was being sent over a channel doesn't
      need to close over anything except latestToken, and we don't need to
      create a new one each iteration.  Instead just pass the relevant items,
      namely the token and sink to work on.
      
      * Disallow the following config combinations:
      1. auto_auth.method.wrap_ttl > 0 and multiple file sinks
      2. auto_auth.method.wrap_ttl > 0 and single file sink with wrap_ttl > 0
      3. auto_auth.method.wrap_ttl > 0 and cache.use_auto_auth_token = true
      
      * Expose errors that occur when APIProxy is forwarding request to Vault.
      
      * Fix merge issues.
      baac2642
  9. 01 Apr, 2019 1 commit
  10. 15 Mar, 2019 1 commit
    • ncabatoff's avatar
      Move listener config from 'cache' block to top-level 'listener' blocks. Allow... · 35132786
      ncabatoff authored
      Move listener config from 'cache' block to top-level 'listener' blocks.  Allow cache without auto-auth. (#6421)
      
      * Since we want to use the Agent listener for #6384, move listener config
      from top-level 'cache' block to new top-level 'listeners' block.
      
      * Make agent config allow cache and listener blocks without auto-auth
      configured.
      35132786
  11. 15 Feb, 2019 1 commit
    • Vishal Nayak's avatar
      Vault Agent Cache (#6220) · e39a5f28
      Vishal Nayak authored
      * vault-agent-cache: squashed 250+ commits
      
      * Add proper token revocation validations to the tests
      
      * Add more test cases
      
      * Avoid leaking by not closing request/response bodies; add comments
      
      * Fix revoke orphan use case; update tests
      
      * Add CLI test for making request over unix socket
      
      * agent/cache: remove namespace-related tests
      
      * Strip-off the auto-auth token from the lookup response
      
      * Output listener details along with configuration
      
      * Add scheme to API address output
      
      * leasecache: use IndexNameLease for prefix lease revocations
      
      * Make CLI accept the fully qualified unix address
      
      * export VAULT_AGENT_ADDR=unix://path/to/socket
      
      * unix:/ to unix://
      e39a5f28
  12. 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 missing docs pages
      
      * update deps, remove temporary markup
      
      * community page
      
      * footer to layout, community page css adjustments
      
      * wip downloads page
      
      * deps updated, downloads page ready
      
      * fix community page
      
      * homepage progress
      
      * add components, adjust spacing
      
      * docs and api landing pages
      
      * a bunch of fixes, add docs and api landing pages
      
      * update deps, add deploy scripts
      
      * add readme note
      
      * update deploy command
      
      * overview page, index title
      
      * Update doc fields
      
      Note this still requires the link fields to be populated -- this is solely related to copy on the description fields
      
      * Update api_basic_categories.yml
      
      Updated API category descriptions. Like the document descriptions you'll still need to update the link headers to the proper target pages.
      
      * Add bottom hero, adjust CSS, responsive friendly
      
      * Add mega nav title
      
      * homepage adjustments, asset boosts
      
      * small fixes
      
      * docs page styling fixes
      
      * meganav title
      
      * some category link corrections
      
      * Update API categories page
      
      updated to reflect the second level headings for api categories
      
      * Update docs_detailed_categories.yml
      
      Updated to represent the existing docs structure
      
      * Update docs_detailed_categories.yml
      
      * docs page data fix, extra operator page remove
      
      * api data fix
      
      * fix makefile
      
      * update deps, add product subnav to docs and api landing pages
      
      * Rearrange non-hands-on guides to _docs_
      
      Since there is no place for these on learn.hashicorp, we'll put them
      under _docs_.
      
      * WIP Redirects for guides to docs
      
      * content and component updates
      
      * font weight hotfix, redirects
      
      * fix guides and intro sidenavs
      
      * fix some redirects
      
      * small style tweaks
      
      * Redirects to learn and internally to docs
      
      * Remove redirect to `/vault`
      
      * Remove `.html` from destination on redirects
      
      * fix incorrect index redirect
      
      * final touchups
      
      * address feedback from michell for makefile and product downloads
      a43e2924
  13. 16 Aug, 2018 1 commit
  14. 25 Jul, 2018 1 commit
  15. 03 Apr, 2018 1 commit
    • Chris Hoffman's avatar
      OSS: Adding UI handlers and configurable headers (#390) · af33ece1
      Chris Hoffman authored
      * adding UI handlers and UI header configuration
      
      * forcing specific static headers
      
      * properly getting UI config value from config/environment
      
      * fixing formatting in stub UI text
      
      * use http.Header
      
      * case-insensitive X-Vault header check
      
      * fixing var name
      
      * wrap both stubbed and real UI in header handler
      
      * adding test for >1 keys
      af33ece1
  16. 02 Mar, 2018 1 commit
  17. 15 Nov, 2017 1 commit
  18. 23 Oct, 2017 1 commit
  19. 20 Jun, 2017 1 commit
  20. 14 Dec, 2016 1 commit
  21. 08 Dec, 2016 1 commit
  22. 02 Oct, 2016 1 commit
    • Jim Weber's avatar
      saving role name to the Secret Internal data. Default revoke query added · 47465e78
      Jim Weber authored
      The rolename is now saved to the secret internal data for fetching
      later during the user revocation process. No longer deriving the role
      name from request path
      
      Added support for default revoke SQL statements that will provide the
      same functionality as before. If not revoke SQL statements are provided
      the default statements are used.
      
      Cleaned up personal ignores from the .gitignore file
      47465e78
  23. 23 Sep, 2016 1 commit
  24. 29 Jun, 2016 1 commit
  25. 19 Feb, 2016 1 commit
  26. 08 Oct, 2015 1 commit
  27. 10 Sep, 2015 1 commit
  28. 07 Aug, 2015 1 commit
  29. 06 Aug, 2015 1 commit
  30. 31 May, 2015 1 commit
  31. 18 May, 2015 1 commit
  32. 29 Apr, 2015 2 commits
  33. 25 Apr, 2015 1 commit
  34. 22 Apr, 2015 1 commit
  35. 16 Mar, 2015 1 commit
  36. 13 Mar, 2015 1 commit
  37. 04 Mar, 2015 1 commit
  38. 25 Feb, 2015 1 commit