Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing read unlock calls in transit backend code #12651

Closed
wants to merge 232 commits into from

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    94742ee View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. oss part of control groups upgrade (#11772)

    * oss part of control groups upgrade
    
    * changelog and docs
    
    * formatting
    
    * formatting
    HridoyRoy committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    4239ea8 View commit details
    Browse the repository at this point in the history
  2. errwrap.Wrapf() mop-up (#11779)

    alrs committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b69998d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92b8ba1 View commit details
    Browse the repository at this point in the history
  4. Add Advice and Advise functions for adding an advice section to any s…

    …pan. (#11760)
    
    * wip
    
    * wip
    
    * Finish implementing advice handling and word wrapping
    
    * Properly word wrap messages and warnings
    
    * Remove debugging
    
    * Remove debugging
    
    * Remove unnecessary test
    
    * unit test bug
    
    * go vendor
    sgmiller committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d702ee9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6faeccc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aef875 View commit details
    Browse the repository at this point in the history
  7. Update secret backend partial to components (#11768)

    * Update secret backend partial to components
    
    * Added jsdoc to components
    arnav28 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ecd458d View commit details
    Browse the repository at this point in the history
  8. replace last two partials (#11765)

    * replace last two partials
    
    * cleanup
    
    * modify test to cover new component
    
    * only on ca role run new function
    
    * help with inconsistent failure on enterprise test
    
    * small changes to help with flaky test locally
    
    * add js docs
    Monkeychip committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1353426 View commit details
    Browse the repository at this point in the history
  9. Pull out license commands, and make the OSS changes needed for the li…

    …cense inspect PR in ent. (#11783)
    ncabatoff committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    9f38504 View commit details
    Browse the repository at this point in the history
  10. moved client content from cloud to vault (#11776)

    * moved client content from cloud to vault
    
    * Empty commit trigger
    
    Co-authored-by: Michele <mdeggies@gmail.com>
    taoism4504 and mdeggies committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1beefcf View commit details
    Browse the repository at this point in the history
  11. Third time trying to get the os_openbsd_arm.go right. (#11786)

    * Fix the third dumb thing in this file
    
    * ...
    sgmiller committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5da5d9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf5bfe9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. chore: updates alert banner data (#11741)

    * chore: updates alert banner data
    
    * Update website/data/alert-banner.js
    kendallstrautman committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    ba3f54f View commit details
    Browse the repository at this point in the history
  2. Use the perfStandby field instead of the method because we don't want…

    … to try to grab the readlock when we're servicing a request (#11793)
    ncabatoff committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    acde7a6 View commit details
    Browse the repository at this point in the history
  3. Add note about JSON encoding to password policies docs (#11754)

    Updated content to notify the users that the Special and Control characters will be escaped as per the JSON specification.
    sharabinth committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    45cbe25 View commit details
    Browse the repository at this point in the history
  4. Password policies: Fix link from API docs to password policy syntax (#…

    …11755)
    
    Fixed the issue with the URL link for the Password Policy Syntax.
    sharabinth committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    3baf0fd View commit details
    Browse the repository at this point in the history
  5. UI/update license serializer (#11794)

    * Update serializer for license and example response
    
    * Wrap mirage license/status in data
    hashishaw committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    9fce74f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Prep main branch before cutting release branch (#11797)

    * Upgrade packagespec to 0.2.6
    
    * Remove darwin/arm64 from building
    vishalnayak committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d3b188e View commit details
    Browse the repository at this point in the history
  2. Udate to Go 1.16.5 (#11802)

    * Udate to Go 1.16.5
    
    * Add CL
    
    * Update packages-oss.yml
    
    * Update go_test.yml
    vishalnayak committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6b3f3df View commit details
    Browse the repository at this point in the history
  3. build: add keepalive output to UI build (#11800)

    - This defeats CircleCI's "no output timeout"
    samsalisbury committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    29ffc40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a92779a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60cd3d3 View commit details
    Browse the repository at this point in the history
  6. InfluxDB - Add username customization (#11796)

    * Add username_template to influxdb
    
    * go fmt
    
    * goimport for influxdb.go
    MilenaHC committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1b2f572 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Acquire a per-lock lease to make renew and revoke atomic wrt each oth…

    …er. (#11122)
    
    * Acquire a per-lock lease to make renew and revoke atomic wrt each other.
    This means we don't have to hold pendingLock during I/O.
    
    * Attempted fix for deadlock in token revocation.
    
    * Comment fix.
    
    * Fix error checking in loadEntry.
    
    * Add benchmark
    
    * Add a few additional locking locations
    
    * Improve benchmark slightly
    
    * Update vault/expiration.go
    
    Co-authored-by: swayne275 <swayne275@gmail.com>
    
    * Update vault/expiration.go
    
    Co-authored-by: swayne275 <swayne275@gmail.com>
    
    * Add a lease lock into tidy
    
    Co-authored-by: Scott Miller <smiller@hashicorp.com>
    Co-authored-by: Brian Kassouf <bkassouf@hashicorp.com>
    Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
    Co-authored-by: swayne275 <swayne275@gmail.com>
    5 people committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    7a9c948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    868e6e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6a7d1b View commit details
    Browse the repository at this point in the history
  4. fix irrevocable leases API deadlock on m.coreStateLock (#11815)

    * fix m.coreStateLock deadlock for API handler code
    
    * improve lock comment
    swayne275 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    13e61a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8377459 View commit details
    Browse the repository at this point in the history
  6. Diagnose resource creation checks (#11627)

    * initial refactoring of unseal step in run
    
    * remove waitgroup
    
    * remove waitgroup
    
    * backup work
    
    * backup
    
    * backup
    
    * completely modularize run and move into diagnose
    
    * add diagnose errors for incorrect number of unseal keys
    
    * comment tests back in
    
    * backup
    
    * first subspan
    
    * finished subspanning but running into error with timeouts
    
    * remove runtime checks
    
    * merge main branch
    
    * meeting updates
    
    * remove telemetry block
    
    * roy comment
    
    * subspans for seal finalization and wrapping diagnose latency checks
    
    * backup while I fix something else
    
    * fix storage latency test errors
    
    * runtime checks
    
    * diagnose with timeout on seal
    HridoyRoy committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    3ee219e View commit details
    Browse the repository at this point in the history
  7. plugins/cassandra: add tls_server_name (#11820)

    * db/cassandra: add tls_server_name
    
    * Remove changes from deprecated engine
    jasonodonnell committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    6942098 View commit details
    Browse the repository at this point in the history
  8. UI/fix license banner (#11824)

    * Fix key for expiry time on sys/health license attr
    
    * Update license warning language if license not autoloaded
    hashishaw committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    45c8169 View commit details
    Browse the repository at this point in the history
  9. Omit wrapping tokens and control groups from client counts (#11826)

    * Omit wrapping tokens and control groups from client counts
    
    * add changelog note
    briankassouf committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e1730a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a46b5f9 View commit details
    Browse the repository at this point in the history
  11. db/cassandra: Adding changelog and documentation (#11822)

    * db/cassandra: add tls_server_name
    
    * Remove changes from deprecated engine
    
    * Add changelog and doc
    jasonodonnell committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    dce9827 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    e2bb4d0 View commit details
    Browse the repository at this point in the history
  2. Makefile: don't go get -u for plugin upgrades (#11832)

    - Not needed to upgrade the plugin itself.
    - Can cause issues when transitive modules are updated.
    samsalisbury committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    8c848ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee91907 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b3d0a View commit details
    Browse the repository at this point in the history
  5. Include note about ManageOwnAccessKeys stanza (#11734)

    It's optional.  Make that clear.
    ps-jay committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    3a333b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38b6271 View commit details
    Browse the repository at this point in the history
  7. sts is PUT/POST request (#11681)

    * sts is PUT/POST request
    
    add changelog
    
    * rebase, rm uneeded changelog
    pjaudiomv committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    2168d91 View commit details
    Browse the repository at this point in the history
  8. Reorganize request handling code so that we don't touch storage until…

    … we have the stateLock. (#11835)
    ncabatoff committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    7679223 View commit details
    Browse the repository at this point in the history
  9. Use the deadlock tag for non-race tests, to try to catch deadlocks …

    …involving Core.stateLock. (#11818)
    ncabatoff committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    6cc8b0e View commit details
    Browse the repository at this point in the history
  10. physical/raft: Add a function that gets the offline, stale configurat…

    …ion (#11821)
    
    * Add a function that gets the offline, stale configuration
    
    * Fix comment
    briankassouf committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    43b09f2 View commit details
    Browse the repository at this point in the history
  11. dep: update consul-template to v0.26.0 (#11838)

    * dep: update consul-template to v0.26.0
    
    * changelog: add a CL entry
    calvn committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    26405d7 View commit details
    Browse the repository at this point in the history
  12. mod: update vault-plugin-secrets-ad@v0.9.1 (#11837)

    * mod: update vault-plugin-secrets-ad@v0.9.1
    
    * changelog
    jasonodonnell committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    2995aa5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77f9ff9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb138b9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3a15cd7 View commit details
    Browse the repository at this point in the history
  16. Updated transit key action to components (#11807)

    * Updated transit key action to components
    
    * Fix indentation
    
    * Leverage parent action directly from components
    
    * Added tracked attribute
    arnav28 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c34fe0b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f8d255e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    f2723af View commit details
    Browse the repository at this point in the history
  2. login instructions not correct (#11698)

    vault login -path=radius username=sethvargo should be changed to -method, not -path
    moayadi committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    f24eb8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5a1e06 View commit details
    Browse the repository at this point in the history
  4. docs: add troubleshooting sub-section on plugins (#11858)

    * docs: add troubleshooting sub-section on plugins
    
    * docs: fix grammatical error
    calvn committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e1e1cce View commit details
    Browse the repository at this point in the history
  5. Displays Auth Method description on Vault UI login page (#11795)

    * Displays Auth Method description on login page
    
    * working on auth login form
    
    * Keeps path name as LinkTo label adds description to paths
    
    * removes commented and unused code
    
    * removes trailing white space
    
    * removes prettier package
    
    * adds test for description
    
    * removes extra white spaces
    
    * adds changelog file
    hellobontempo committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2fa8e19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00e4872 View commit details
    Browse the repository at this point in the history
  7. changelog++

    Remove incorrect link
    mladlow committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    438e9cb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Implement ember-cp-validations on KV secret engine (#11785)

    * initial setup
    
    * initial validation setup for empty path object.
    
    * removal console logs
    
    * validation on keyup for kv
    
    * in progress
    
    * making some progress
    
    * more progress
    
    * closer
    
    * done with create page now to fix edit page that I broke
    
    * fix secret edit display on create
    
    * test and final touches
    
    * cleanup mountbackendform
    
    * cleanup
    
    * add changelog
    
    * address pr comments
    
    * address styling pr comment
    Monkeychip committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a036b3a View commit details
    Browse the repository at this point in the history
  2. Add expiration warning to certificate checking for diagnose [VAULT-10…

    …18] (#11850)
    
    * add expiration warning to certificate checking for diagnose
    
    * Update serviceregistration/consul/consul_service_registration.go
    
    Co-authored-by: swayne275 <swayne275@gmail.com>
    
    * review comments
    
    Co-authored-by: swayne275 <swayne275@gmail.com>
    HridoyRoy and swayne275 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    cea68aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77f1c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    480c096 View commit details
    Browse the repository at this point in the history
  5. Diagnose TLS Cert Expiry Warning Check: change 1 week expiry to 1 mon…

    …th expiry (#11871)
    
    * change 1 week expiry to 1 month expiry
    
    * report time left to expiry
    
    * report time left to expiry
    HridoyRoy committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ec0f965 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    07236ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b17da View commit details
    Browse the repository at this point in the history
  3. Make latency injector duration atomic. This is a prerequisite for a d…

    …eadlock fix to the ent integ tests. (#11875)
    ncabatoff committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7144c2c View commit details
    Browse the repository at this point in the history
  4. Added new folder and files for Vault License FAQs (#11809)

    * added new files for faqs
    
    * added another question
    
    * fixed a few typos
    
    * Update website/content/docs/enterprise/license/index.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * added a link to FAQs page
    
    * Update index.mdx
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    
    * incorporated feedback
    
    * Update website/content/docs/enterprise/license/faqs.mdx
    
    Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
    
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
    3 people committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7c90453 View commit details
    Browse the repository at this point in the history
  5. Update changelog for 1.8.0-rc1 and 1.7.3 (#11876)

    Jim Kalafut committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    653ff12 View commit details
    Browse the repository at this point in the history
  6. Update website latest version (#11880)

    Jim Kalafut committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    74ea576 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    13629ca View commit details
    Browse the repository at this point in the history
  2. Diagnose checks for raft quorum status and file backend permissions (#…

    …11771)
    
    * raft file and quorum checks
    
    * raft checks
    
    * backup
    
    * raft file checks test
    
    * address comments and add more raft and file and process checks
    
    * syntax issues
    
    * modularize functions to compile differently on different os
    
    * compile raft checks everywhere
    
    * more build tag issues
    
    * raft-diagnose
    
    * correct file permission checks
    
    * upgrade tests and add a getConfigOffline test that currently does not work
    
    * comment
    
    * update file checks method signature on windows
    
    * Update physical/raft/raft_test.go
    
    Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
    
    * raft tests
    
    * add todo comment for windows root ownership
    
    * voter count message
    
    * raft checks test fixes
    
    Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
    HridoyRoy and briankassouf committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    afc0478 View commit details
    Browse the repository at this point in the history
  3. Wire configuration checks into diagnose and fix resulting bugs. (#11854)

    * Actually call config.Validate in diagnose
    
    * Wire configuration checks into diagnose and fix resulting bugs.
    
    * go mod vendor
    
    * Merge to vendorless version
    
    * Remove sentinel section to allow diagnose_ok to pass
    
    * Fix unit tests
    sgmiller committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    1c31d5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61190bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d62b4e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed9a06a View commit details
    Browse the repository at this point in the history
  7. UI/fix safari oidc login (#11884)

    * use window.postMessage instead of localStorage on oidc callback
    hashishaw committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c2584f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e0fa83 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Adding github action to check for changelog file (#11894)

    * Adding github action to check for changelog file
    
    This might have to be slightly different on ENT, where changelog files
    should be prefixed with an underscore.
    
    * Fixing comment
    
    * Adding release branches, enhancement more specific
    
    Also tidying my rusty bash
    
    * More descriptive error messages
    
    I also un-nested some if statements.
    
    * Reference this PR too
    mladlow committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    abf1dd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec91c24 View commit details
    Browse the repository at this point in the history
  3. Rename some references from master to main (#11897)

    * Rename some references from master to main
    
    * Update changelog-checker
    Jim Kalafut committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    d341378 View commit details
    Browse the repository at this point in the history
  4. Clarify upgrade steps and shutdown behavior (#11881)

    * Clarify upgrade steps and shutdown behavior
    
    * add mlock to standby as well
    mikegreen committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    733f514 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d491c6 View commit details
    Browse the repository at this point in the history
  6. Tls check client certs [VAULT-2117] (#11860)

    * add expiration warning to certificate checking for diagnose
    
    * Adding TLS Client CA checks to diagnose
    Adding checks for tls_disable_client_certs and tls_require_and_verify_client_cert flags
    
    * Check validity of TLSClientCAFile
    Adding related tests
    
    * Addressing comments
    
    * Fixing some tls tests
    
    * Addressing comments
    
    Co-authored-by: HridoyRoy <roy@hashicorp.com>
    hghaf099 and HridoyRoy committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    72c18c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. feat(website): A11y updates (#11869)

    * adds lang attribute
    
    * fixes: empty anchor tag
    
    * adds alt attributes
    
    * alt tag logo grid updates
    
    * fix footer contrast color
    
    * only render header if it exists
    
    * adds `main` element to page
    
    * testing pre-releases
    
    * fix: button aria-label updates
    
    * chore: update deps
    
    * fix: adds `main` element to all pages
    
    * chore: formatting
    
    * fix: adds alts to use-cases page
    
    * chore: update headline element
    
    * chore: adds alt text
    
    * fix: adds alt tags
    
    * style: fix height issue
    
    * fix: use h1 at top of page
    
    * fix: remove main to avoid duplicate tag
    
    * chore: fix deps
    
    * main is already defined in docs page component
    
    * Update website/components/footer/style.css
    
    Co-authored-by: Jimmy Merritello <7191639+jmfury@users.noreply.github.com>
    
    Co-authored-by: Jimmy Merritello <7191639+jmfury@users.noreply.github.com>
    kendallstrautman and jmfury committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    5b80764 View commit details
    Browse the repository at this point in the history
  2. Cassandra: Refactor PEM parsing logic (#11861)

    * Refactor TLS parsing
    
    The ParsePEMBundle and ParsePKIJSON functions in the certutil package assumes
    both a client certificate and a custom CA are specified. Cassandra needs to
    allow for either a client certificate, a custom CA, or both. This revamps the
    parsing of pem_json and pem_bundle to accomodate for any of these configurations
    pcman312 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    43ccb63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    625bf46 View commit details
    Browse the repository at this point in the history
  4. approle: convert Callbacks to Operations (#11893)

    * approle: convert Callbacks to Operations
    
    The usage of oldstyle "Callbacks" is causing the `cannot write to readonly
    storage` error message when `login` is attempted against a performance standby.
    
    Use the newstyle "Operations" and additionally set the Forward
    parameters to forward the request to the Active vault node.
    
    * add changelog
    
    * do not forward for alias lookahead operation
    
    * remove forward fields and remove changelog
    
    - Because this request is an UpdateOperation, it should have automatically been
    routed to the primary/active by the router before it reaches the backend.
    - changelog should not be needed as this change is only a refactor with
    no user-facing behavior changes.
    fairclothjm committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    f42070a View commit details
    Browse the repository at this point in the history
  5. raft: Set BatchApplyCh for more consistent batch sizes (#11907)

    * raft: Set BatchApplyCh for more consistent batch sizes
    
    * Add changelog file
    briankassouf committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    053a7f2 View commit details
    Browse the repository at this point in the history
  6. Updates license state copy and link (#11900)

    * changes license state copy and updates read more link (also updates test)
    hellobontempo committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2ca28fb View commit details
    Browse the repository at this point in the history
  7. agent: restart template runner on retry for unlimited retries (#11775)

    * agent: restart template runner on retry for unlimited retries
    
    * template: log error message early
    
    * template: delegate retries back to template if param is set to true
    
    * agent: add and use the new template config stanza
    
    * agent: fix panic, fix existing tests
    
    * changelog: add changelog entry
    
    * agent: add tests for exit_on_retry_failure
    
    * agent: properly check on agent exit cases, add separate tests for missing key vs missing secrets
    
    * agent: add note on difference between missing key vs missing secret
    
    * docs: add docs for template_config
    
    * Update website/content/docs/agent/template-config.mdx
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update website/content/docs/agent/template-config.mdx
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    
    * Update website/content/docs/agent/template-config.mdx
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update website/content/docs/agent/template-config.mdx
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * Update website/content/docs/agent/template-config.mdx
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * docs: fix exit_on_retry_failure, fix Functionality section
    
    * docs: update interaction title
    
    * template: add internal note on behavior for persist case
    
    * docs: update agent, template, and template-config docs
    
    * docs: update agent docs on retry stanza
    
    * Apply suggestions from code review
    
    Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update changelog/11775.txt
    
    Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
    
    * agent/test: rename expectExit to expectExitFromError
    
    * agent/test: add check on early exits on the happy path
    
    * Update website/content/docs/agent/template-config.mdx
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
    6 people committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    523a9c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. UI/cp validations kv duplicate path (#11878)

    * setup check when secret-v2 record is populated
    
    * return network request of full paths
    
    * modify/amend test
    
    * remove console log
    
    * fix test
    
    * add changelog
    
    * attempt to fix browserstack test issue
    
    * remove find
    
    * add trim
    
    * another attempt
    Monkeychip committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    8ed98f4 View commit details
    Browse the repository at this point in the history
  2. Fixes #11914. (#11915)

    ncabatoff committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    914654f View commit details
    Browse the repository at this point in the history
  3. remove prints (#11918)

    HridoyRoy committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3de71b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c938d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99ea0fb View commit details
    Browse the repository at this point in the history
  6. RabbitMQ - Add username customization (#11899)

    * add username customization for rabbitmq
    
    * add changelog for rabbitmq
    
    * Update builtin/logical/rabbitmq/path_config_connection.go
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    
    * updating API docs
    
    * moved to changelog folder
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    MilenaHC and tomhjp committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    de4295b View commit details
    Browse the repository at this point in the history
  7. Checking Validity of all Certs in the chain [VAULT-2114] (#11883)

    * Checking Validity of all Certs in the chain
    
    * Addressing Comments for TLS cert validation
    
    * Fixing tls_verification tests
    
    * Fixing minor issue in tls_verification tests
    
    * Addressing Comments, Rebasing with main
    
    * Adding comment on top of a test
    hghaf099 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1653081 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a557276 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    834adbf View commit details
    Browse the repository at this point in the history
  2. website: bump use-cases to latest (#11930)

    * website: bump use-cases to latest
    
    * chore: bump use-cases to stable release
    zchsh committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    649dc70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8096e7d View commit details
    Browse the repository at this point in the history
  4. Fix diagnose panic when configuration file does not exist (#11932)

    * Fix diagnose panic when configuration file does not exist
    
    * Addressing comments
    
    * Update command/operator_diagnose.go
    
    Co-authored-by: Hridoy Roy <roy@hashicorp.com>
    
    Co-authored-by: Hridoy Roy <roy@hashicorp.com>
    hghaf099 and HridoyRoy committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a6d73e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    7b437de View commit details
    Browse the repository at this point in the history
  2. Diagnose Storage Panic Bugfixes (#11923)

    * partial
    
    * fix raft panics and ensure checks are skipped if storage isnt initialized
    
    * cleanup directories
    
    * newline
    
    * typo in nil check
    
    * another nil check
    HridoyRoy committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    25346e8 View commit details
    Browse the repository at this point in the history
  3. Fix for Issue 11863 - Panic when creating/updating approle role with …

    …token_type (#11864)
    
    * initializing resp variable with aa *logical.Response before using it to add warning for default-service or default-batch token type.  Also adding guard around code that sets resp to a new logical.Response further on in the function.
    
    * adding changelog entry
    
    * renaming changelog file to match PR number
    marcboudreau committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    2acf487 View commit details
    Browse the repository at this point in the history
  4. Mongo doesnt allow periods in usernames (#11872)

    * mongo doesnt allow periods in usernames
    
    * Update mongodb.mdx
    
    Update template in docs
    
    * Move replace to the end
    
    * Adding a test for dot replacement
    
    * Create 11872.txt
    mr-miles committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    160c409 View commit details
    Browse the repository at this point in the history
  5. TLS Verification Bugfixes (#11910)

    * tls verification bugfix
    
    * tls verification bugfix
    
    * allow diagnose fail to report status when there are also warnings
    
    * allow diagnose fail to report status when there are also warnings
    
    * Update vault/diagnose/helpers_test.go
    
    Co-authored-by: swayne275 <swayne275@gmail.com>
    
    * comments
    
    Co-authored-by: swayne275 <swayne275@gmail.com>
    HridoyRoy and swayne275 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    bbef373 View commit details
    Browse the repository at this point in the history
  6. agent/template: add static_secret_render_interval configurable (#11934)

    * agent/template: add default_lease_duration config
    
    * go mod tidy
    
    * Add changelog
    
    * Fix panic
    
    * Add documentation
    
    * Change to static_secret_render_interval
    
    * Update doc
    
    * Update command/agent/template/template.go
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update changelog/11934.txt
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    * Update website/content/docs/agent/template-config.mdx
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    jasonodonnell and tvoran committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    22d8470 View commit details
    Browse the repository at this point in the history
  7. diagnose: Add seal transit tls check (#11922)

    * diagnose: Add seal transit tls check
    
    * Fixing the path to the config file and the path to the cert files
    
    * Addressing comment
    
    * Addressing seal transit tls check comments
    hghaf099 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    41fa51a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    992e45f View commit details
    Browse the repository at this point in the history
  2. docs: vault-helm add license update steps (#11911)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    tvoran and tomhjp committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    93b3e28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    558a953 View commit details
    Browse the repository at this point in the history
  4. plugins/ad: Add rotate-role endpoint (#11942)

    * plugins/ad: add rotate-role
    
    * Add doc
    
    * changelog
    
    * Add note about rotate-role in overview
    jasonodonnell committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    9fbd002 View commit details
    Browse the repository at this point in the history
  5. Vault-1983: Use fairsharing to distribute workers between queues (#11789

    )
    
    * prelim fairshare prototype, untested and prototype status
    
    * add tests for new fairshare infra - this likely fails tests for being racy
    
    * probably fix races for code and test
    
    * one more lock to fix for races
    
    * fairsharing queue work distribution, tests, fixes, etc
    
    * comment, shorten wait time
    
    * typos and comments
    
    * fix inverted worker count logic
    
    * Update helper/fairshare/jobmanager.go
    
    typo
    
    * Update helper/fairshare/jobmanager.go
    
    clarify comment
    
    * move back to round robin between queues
    
    * improvements from self review
    
    * add job manager stress test
    swayne275 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ccddbb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54d68b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e49f1f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    ed33ed1 View commit details
    Browse the repository at this point in the history
  2. Require special privileges to list irrevocable leases (#11888)

    * add leases path to sudo required set
    
    * update TestSystemBackend_RootPaths with new special privilege paths
    
    * note that list-leases requires sudo
    
    * minor typo fixes
    swayne275 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b9899c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. fix dropped errors in external_tests (#11947)

    * vault/external_tests/token: fix dropped test error
    
    * vault/external_tests/identity: fix dropped test errors
    alrs committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    cb64be0 View commit details
    Browse the repository at this point in the history
  2. Update ElasticSearch DB plugin to v0.8.0 (#11957)

    * update elasticsearch database plugin to v0.8.0
    
    * add changelog
    
    * update api-docs
    MilenaHC committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    2a478be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60aa80d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8acecaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d2d69 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    c162a86 View commit details
    Browse the repository at this point in the history
  2. Augment lease revocation metrics (#11954)

    * [VAULT-1982] Add metric for irrevocable leases
    
    * [VAULT-1982] Add metric for tracking worker count per queue
    
    * [VAULT-1982] Update external docs
    
    * [VAULT-1982] Add nil check on metrics sink
    
    * [VAULT-1982] Update metric name, fix access patterns
    
    * [VAULT-1982] Add locking when marking leases as irrevocable
    
    * [VAULT-1982] Remove workers per mount metric
    
    * [vault-1982] Misc review fixes
    
    * [VAULT-1982] minor refactor
    
    * [VAULT-1982] Add/update some comments
    pmmukh committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    15667c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    95e3562 View commit details
    Browse the repository at this point in the history
  2. [ldap] auth method fix request_timeout (#11975)

    * [ldap] auth method fix request_timeout
    
    * add changelog
    
    * Update sdk/helper/ldaputil/config_test.go
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    
    * Update sdk/helper/ldaputil/config_test.go
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    
    * Update changelog/11975.txt
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    fairclothjm and calvn committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    de13b64 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. fix vault version string injection (#11981)

    - Now we are not vendoring, the path needed to reflect that.
    samsalisbury committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    e38d622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc55cc View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Update mongodb atlas plugin version (#11956)

    * Update mongodb atlas plugin version
    
    * go.mod was missing mongodbatlas plugin
    
    * add changelog
    
    * update build-go-dev circle ci job GOPROXY
    
    * Revert "update build-go-dev circle ci job GOPROXY"
    
    This reverts commit 0e6f339.
    
    * ci: more complete go mod cache
    
    * ci: doc use of go list ./... to populate mod cache
    
    Co-authored-by: Sam Salisbury <samsalisbury@gmail.com>
    fairclothjm and samsalisbury committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    dd39e01 View commit details
    Browse the repository at this point in the history
  2. MongoDB Atlas: Add username customization docs (#11943)

    * MongoDB Atlas: Add username customization docs
    
    * add changelog
    
    * remove changelog; it was added to the relevant go.mod update PR
    fairclothjm committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7e2d678 View commit details
    Browse the repository at this point in the history
  3. vault delete should allow the same output options as vault write,… (

    #11992)
    
    * `vault delete` and `vault kv delete` should allow the same output options as `vault write`, as delete operations can similarly return data.  This is needed if you want to use control groups with deletion.
    ncabatoff committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    dff9456 View commit details
    Browse the repository at this point in the history
  4. docs: fix link rendering for Oracle (#11994)

    * docs: fix link rendering for Oracle
    
    * Fix render
    jasonodonnell committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ed57be8 View commit details
    Browse the repository at this point in the history
  5. Update SnowflakeDB plugin to v0.2.0 (#11997)

    * update snowflake database plugin to v0.2.0
    
    * add changelog
    
    * update api-docs
    MilenaHC committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    a99a48f View commit details
    Browse the repository at this point in the history
  6. Vault-2713: Retry Irrevocable Lease Revocation Periodically (#11977)

    * prototype function to retry irrevocable lease revocation, clean up comment
    
    * setup irrevocable lease revoke retry on expiration manager creation
    
    * reduce expiration lag to 1 hour, use core context and timeout on retry attempts
    
    * add lease namespace to revocation call
    
    * start irrevocable revocation attempts in setupExpiration
    
    * grab reference to channel to avoid race test failures
    swayne275 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d2d2458 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3949f29 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    134f7bf View commit details
    Browse the repository at this point in the history
  2. docs: add SSL connection example to oracle (#12006)

    * docs: add SSL connection example to oracle
    
    * Fix link
    
    * Add quotes to path
    jasonodonnell committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    23d7c6f View commit details
    Browse the repository at this point in the history
  3. Reverting fix on KV 2 for duplicate paths (#12008)

    * revert changes
    
    * changelog
    
    * add test coverage for max versions
    Monkeychip committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    d01ae8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46428ad View commit details
    Browse the repository at this point in the history
  5. Diagnose warns if HTTPS is not used for ha-storage-tls-consul [VAULT-…

    …2773] (#11967)
    
    * Diagnose warns if HTTPS is not used for ha-storage-tls-consul
    
    * Skipping TLS verification if https is not used in ha storage tls consul
    
    * Adding diagnose skip message for consul service registration
    hghaf099 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    0e49fc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b282ca8 View commit details
    Browse the repository at this point in the history
  7. [VAULT-708] Zero out request counter on preSeal (#11970)

    * [VAULT-708] Zero out request counter on preSeal
    
    * [VAULT-708] Added changelog entry
    
    * [VAULT-708] Add comment clarifying request counter zeroing
    pmmukh committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    6b8e4dc View commit details
    Browse the repository at this point in the history
  8. UI KV validation fix (#12010)

    * fix validation
    
    * clean up
    Monkeychip committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    69f7ac8 View commit details
    Browse the repository at this point in the history
  9. Adds transform secrets engine to feature (#12003)

    * adds transform secrets engine to features list
    hellobontempo committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    b41665b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    30ce696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a62e3 View commit details
    Browse the repository at this point in the history
  3. Truncate Secret Engine Description Text (#11995)

    Co-authored-by: hashishaw <cshaw@hashicorp.com>
    hellobontempo and hashishaw committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    dd60283 View commit details
    Browse the repository at this point in the history
  4. Redshift - Add username customization (#12016)

    * username customization for redshift
    
    * adding changelog and updating api-docs
    MilenaHC committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    e507785 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31775b6 View commit details
    Browse the repository at this point in the history
  6. secrets/openldap: add schema config to rotate-root (#12019)

    * update go mod & go mod tidy
    
    * Changelog
    jasonodonnell committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9bf3b4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b78f8f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. [VAULT-1836] Support kv-v1 generic mounts for vault.kv.secret.count m…

    …etric (#12020)
    
    * [VAULT-1836] Support kv-v1 generic mounts for vault.kv.secret.count metric
    
    * [VAULT-1836] Add changelog entry
    ccapurso committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    8182d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e9d022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91c323d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43af97e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9107dc View commit details
    Browse the repository at this point in the history
  6. [VAULT-2776] Add prefix_filter option to Vault (#12025)

    * [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
    pmmukh committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    c7b8291 View commit details
    Browse the repository at this point in the history
  7. Update plugin dependencies for 1.8 (#12036)

    Jim Kalafut committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    3af99ec View commit details
    Browse the repository at this point in the history
  8. cockroachdb: Fix either incorrect or outdated info (#11512)

    The documentation stated that Vault would not create the table
    if it doesn't exist. But Vault does attempt to create the table if
    it doesn't exist.
    
    Ref:
    https://github.com/hashicorp/vault/blob/master/physical/cockroachdb/cockroachdb.go#L84
    thorfour committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    f796bc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Diagnose Language Pass (#11909)

    * save
    
    * save
    
    * save
    
    * first round of the diagnose language pass
    
    * capitalization
    
    * first round of feedback
    
    * fix bug in advise
    
    * a few more nouns to verbs
    HridoyRoy committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    46afacb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    c286fcc View commit details
    Browse the repository at this point in the history
  2. [VAULT-2825] Fix erroneous 500 resp for field validation errors (#12042)

    * [VAULT-2825] Correctly respond with 400 rather than 500 for field validation errors
    
    * [VAULT-2825] Add changelog entry
    
    * [VAULT-2825] Simplify test assertion
    ccapurso committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e11eb36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9e54e9 View commit details
    Browse the repository at this point in the history
  4. Bump hashi-stack-menu (#12047)

    EnMod committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    923f55b View commit details
    Browse the repository at this point in the history
  5. skip seal check for manual sealing (#12046)

    * skip seal check for manual sealing
    
    * language
    HridoyRoy committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6e9ad7c View commit details
    Browse the repository at this point in the history
  6. Wire up remaining sections for config validation (#12048)

    * wip
    
    * Add validation to storage, serviceregistration
    
    * Wire up remaining sections except Storage which is generic
    sgmiller committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    136dd73 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    25e7797 View commit details
    Browse the repository at this point in the history
  2. Update Documentation for GCP Static Account (#12027)

    * Update API Docs for Static Account
    
    * Update CHANGELOGs
    
    * Update guide
    
    * Clarify IAM
    
    * More refinement
    
    * Fix missing replace of roleset while copy/pasting
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    
    * Remove CHANGELOG
    
    * Fix some double ticks
    
    * Apply suggestions from code review
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    
    * Update examples
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    lawliet89 and austingebauer committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    8fc553c View commit details
    Browse the repository at this point in the history
  3. Remove Key validation on KV2 (#12045)

    * remove check on key
    
    * clean up
    
    * amend test
    
    * remove leftover
    Monkeychip committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5f8f6b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc06f21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feba683 View commit details
    Browse the repository at this point in the history
  6. Bump API's SDK version

    jefferai committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    7004b51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bbe181 View commit details
    Browse the repository at this point in the history
  8. Handle form validation for open api form (#11963)

    * Handle form validation for open api form
    
    - Added required validator for all the default fields
    
    * Fixed field group error and adedd comments
    
    * Fixed acceptance tests
    
    * Added changelog
    
    * Fix validation in edit mode
    
    - Handle read only inputs during edit mode
    
    * Minor improvements
    
    * Restrict validation only for userpass
    arnav28 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    55eb96b View commit details
    Browse the repository at this point in the history
  9. Make any section skippable via string contains skip checking. (#12055)

    * Make any section skippable via string contains skip checking
    
    * Fix unit test
    sgmiller committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    f6e3589 View commit details
    Browse the repository at this point in the history
  10. Update Vault main to new API/SDK Tags. (#12069)

    * Update Vault main to new api/sdk tags
    
    * go mod tidy
    
    * Go mod tidy
    
    * Go mod tidy on api
    
    * go mod download on root
    sgmiller committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    1fc8af4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    853ac03 View commit details
    Browse the repository at this point in the history
  2. Enable building darwin arm64 for 1.8.x (#11855) (#12072)

    * Enable building darwin arm64 for 1.8.x (#11855)
    
    * Changelog
    
    Co-authored-by: Vishal Nayak <vishalnayak@users.noreply.github.com>
    sgmiller and vishalnayak committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    ec31992 View commit details
    Browse the repository at this point in the history
  3. Upgrade packagespec (#12075)

    sgmiller committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    89492a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. changelog++

    mladlow committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    52e6d69 View commit details
    Browse the repository at this point in the history
  2. secrets/ad: change improvement to feature in changelog (#12095) (#12099)

    * secrets/ad: change improvement to feature in changelog
    
    * Update per feature requirements
    jasonodonnell committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    86cb4f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4da7931 View commit details
    Browse the repository at this point in the history
  4. secrets/database: fixes external plugin reconnect after shutdown for …

    …v4 and v5 interface (#12087) (#12102)
    
    * secrets/database: fixes external plugin shutdown reconnect for v5 interface
    
    * adds changelog entry
    
    * fixes handling of plugin shutdown for password generation on v4 interface
    austingebauer committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    08d9f75 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    dbc2f57 View commit details
    Browse the repository at this point in the history
  2. Backport recent diagnose fixes to 1.8.x (#12108)

    * Suppress logging during a diagnose run (#12101)
    
    * Suppress logging during a diagnose run
    
    * remove debugging
    
    * Add advice as a trace option to spot checks (#12105)
    
    * Add advice as a trace option to spot checks
    
    * typo
    
    * Collect advice when forming the tree
    sgmiller committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    df0c8d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed8d36b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46ed883 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    4ffff3a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Fix KV Version History queryParams on the component LinkedBlock (#12079

    …) (#12096)
    
    * fix the issue
    
    * add test coverage
    
    * add documentation to link-block
    
    * add changelog
    
    * modify for browserstack
    Monkeychip committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    5c7e855 View commit details
    Browse the repository at this point in the history
  2. Backport: 1.8.x UI/database cg read role (#12111) (#12136)

    * UI/database cg read role (#12111)
    
    * Add type param to secret show, handle CG in database role show
    
    * If roleType is passed to credential, only make one creds API call
    
    * Clean up db role adapter and serializer
    
    * url param roleType passed to credentials call
    
    * Role list capabilities check for static and dynamic separately
    
    * Add changelog
    
    * Consistent adapter response for single or double call
    
    * Prioritize dynamic response if control group on role/creds
    
    * UI/database cg read role (#12111)
    
    * Add type param to secret show, handle CG in database role show
    
    * If roleType is passed to credential, only make one creds API call
    
    * Clean up db role adapter and serializer
    
    * url param roleType passed to credentials call
    
    * Role list capabilities check for static and dynamic separately
    
    * Add changelog
    
    * Consistent adapter response for single or double call
    
    * Prioritize dynamic response if control group on role/creds
    hashishaw committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    c3855d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    9f77f5a View commit details
    Browse the repository at this point in the history
  2. Update node to latest stable version (#12049) (#12154)

    * Update node to latest stable version
    
    - v10 has reached EOL so upgrading node to v14 which is the latest
    stable build
    
    * Added changelog
    
    * Resolve merge conflicts
    arnav28 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ca2ad70 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Add fallback font for masked-input (#12152) (#12158)

    * add fallback font for higher unicode coverage
    
    * remove extra mixin and fix color issue that was not working on binary
    Monkeychip committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    43cfab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a99f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Pin RabbitMQ and Cassandra docker image versions (#12174) (#12204)

    * Work around rabbitmq regression with UserInfo.Tags in rabbitmq 3.9: use v3.8 docker image in tests.
    
    * Also pin cassandra docker image version to 3.11 (4.00 was making tests fail)
    ncabatoff committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    571a30c View commit details
    Browse the repository at this point in the history
  2. identity: do not allow a role's token_ttl to be longer than verificat…

    …ion_ttl (#12151) (#12213)
    
    * do not allow token_ttl to be longer than verification_ttl
    
    * add verification when updating an existing key
    
    When updating a key, ensure any roles referencing the key do not already
    have a token_ttl greater than the key's verification_ttl
    
    * add changelog
    
    * remove unneeded UT check and comment
    
    * refactor based on PR comments
    
    - remove make slice in favor of var delcaration
    - remove unneeded if check
    - validate expiry value during token generation
    - update changelog as bug
    
    * refactor get roles referencing target key names logic
    
    * add note about thread safety to helper func
    
    * update func comment
    
    * sort array and refactor func names
    
    * add warning to return response
    
    * remove unnecessary code from unit test
    
    * Update vault/identity_store_oidc.go
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    
    Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    3 people committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f882564 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. backport disk usage print fixes (#12232)

    * backport disk usage print fixes
    
    * fix advice
    HridoyRoy committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    6748c7d View commit details
    Browse the repository at this point in the history
  2. Backport: Don't use autogenerated licenses in diagnose when config is…

    … specified (#12235)
    
    * backport disk usage print fixes
    
    * diagnose license fix backport
    HridoyRoy committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7f2cfd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. serviceregistration: add external-source meta value (#12163) (#12241)

    * serviceregistration: add external-source meta value
    
    * add changelog file
    calvn committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    436d893 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    c48b322 View commit details
    Browse the repository at this point in the history
  2. Updating go version to 1.16.6 for security fix (#12245) (#12249)

    * Updating go version to 1.16.6 for security fix
    
    * Changelog
    mladlow committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    bd35cc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    062842a View commit details
    Browse the repository at this point in the history
  4. [VAULT-1986] Cap AWS Token TTL based on Default Lease TTL (#12026) (#…

    …12252)
    
    * fix: cap token TTL at login time based on default lease TTL
    
    * add changelog file
    
    * patch: update warning messages to not include 'at login'
    
    * patch: remove default lease capping and test
    
    * update changelog
    
    * patch: revert warning message
    vinay-gopalan committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d4269f3 View commit details
    Browse the repository at this point in the history
  5. Backport 1.8.1: identity: allow creating a role with a non-existent k…

    …ey (#12251) (#12257)
    
    * identity: allow creating a role with a non-existent key (#12251)
    
    * identity: allow creating a role with a non-existent key
    
    * remove whitespace
    
    * add changelog
    
    * changelog: remove 12251 entry (#12256)
    
    Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
    calvn and fairclothjm committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    21ecd7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b0264f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. changelog++

    mladlow committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    a7ef625 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. database/cassandra: pin bitnami/cassandra docker image to 3.11 in test (

    #12311) (#12313)
    
    * database/cassandra: pin bitnami/cassandra docker image to 3.11 in test
    
    * Update plugins/database/cassandra/connection_producer_test.go
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    calvn and tvoran committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    96d0335 View commit details
    Browse the repository at this point in the history
  2. dep: update database-couchbase plugin to v0.4.1 (#12300)

    * dep: update database-couchbase plugin to v0.4.1
    
    * add CL entry
    calvn committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9d66474 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. dbplugin: fix error message in DeleteUser (#12351) (#12355)

    * dbplugin: fix error message in DeleteUser
    
    * add changelog
    calvn committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    51764ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9222923 View commit details
    Browse the repository at this point in the history
  3. [VAULT-3226] Use os.rename on windows os (#12377) (#12381)

    * [VAULT-3226] Use os.rename on windows os
    
    * [VAULT-3226] Add changelog
    pmmukh committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    51c3aa3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    b4d67fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10be989 View commit details
    Browse the repository at this point in the history
  3. Backport 1.8.2: update snowflake plugin to v0.2.1 (#12389)

    * plugin/snowflake: update gosnowflake to v1.6.1 (#12378)
    
    * plugin/snowflake: update gosnowflake to v1.6.1
    
    * changelog
    
    * go mod tidy
    
    * go mod tidy
    jasonodonnell committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0818886 View commit details
    Browse the repository at this point in the history
  4. Handle api explorer routing error (#12354) (#12385)

    * Handle api explorer routing error
    
    - For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
    - As a fix treat this particular error as success since it doesn't interfere in the routing
    - Reference: emberjs/ember-test-helpers#332
    
    * Added changelog
    arnav28 committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b882dde View commit details
    Browse the repository at this point in the history
  5. creds/aws: Add support for DSA signature verification for EC2 (#12340) (

    #12361)
    
    * creds/aws: import pkcs7 verification package
    
    * Add DSA support
    
    * changelog
    
    * Add DSA to correct verify function
    
    * Remove unneeded tests
    
    * Fix backend test
    
    * Update builtin/credential/aws/pkcs7/README.md
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    
    * Update builtin/credential/aws/path_login.go
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    
    Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
    jasonodonnell and calvn committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    407532f View commit details
    Browse the repository at this point in the history
  6. UI: Allow metrics view without config read (#12348) (#12363)

    * pass default value for defaultSpan on pricing metrics dates component
    
    * Add changelog
    
    * Add test for no config policy
    hashishaw committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    c29aee7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Bug Fix: tab on MaskedInput for GeneratedItems it was clearing the va…

    …lue (#12409) (#12416)
    
    * fix tab issue
    
    * add test coverage
    
    * changelog
    
    * update documentation
    
    * remove meep:
    
    * documentation
    Monkeychip committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6e61a61 View commit details
    Browse the repository at this point in the history
  2. Backport 12408 (#12419)

    raskchanky committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    914a320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11a17da View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. packagespec upgrade -version 0.2.8 (#12433)

    * packagespec upgrade -version 0.2.8
    
    * make packages
    samsalisbury committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    9b1f4d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    aca76f6 View commit details
    Browse the repository at this point in the history
  2. changelog++

    mladlow committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    cba3164 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    60ea8ea View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Backport 1.8.x: UI: Show day of month instead of day of year in the e…

    …xpiration warning dialog (#11984) (#12488)
    
    * Show day of month instead of day of year in expiration warning dialog
    
    * Adding changelog
    
    Co-authored-by: Robert Balent <robert@balent.ca>
    hashishaw and balent committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    8a34527 View commit details
    Browse the repository at this point in the history
  2. UI: Fix missing nav links on namespace login (#12478) (#12489)

    * Override loading behavior which breaks query params passed to API calls
    
    * Only show loading state if transition is not queryparams only
    
    * Add changelog
    
    * Skip loader if testing
    hashishaw committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    899c405 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    d26fbf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Backport 1.8: vault-agent: copy values retrieved from bolt (#12534) (#…

    …12539)
    
    Byte slices returned from Bolt are only valid during a transaction, so
    this makes a copy.
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    tvoran and tomhjp committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    e99970b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Enforce minimum cache size for transit backend (#12418)

    * Enforce Minimum cache size for transit backend
    
    * enfore minimum cache size and log a warning during backend construction
    
    * Update documentation for transit backend cache configuration
    
    * Added changelog
    
    * Addressed review feedback and added unit test
    
    * Modify code in pathCacheConfigWrite to make use of the updated cache size
    
    * Updated code to refresh cache size on transit backend without restart
    
    * Update code to acquire read and write locks appropriately
    divyapola5 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    4ef8db3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Add missing read unlock calls in transit backend and invoke initcache…

    … in pathCacheCconfigRead
    divyapola5 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    34b2597 View commit details
    Browse the repository at this point in the history