-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Comparing changes
Open a pull request
base repository: hashicorp/vault
base: v1.8.2
head repository: hashicorp/vault
compare: v1.8.3
- 17 commits
- 63 files changed
- 13 contributors
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cba3164 - Browse repository at this point
Copy the full SHA cba3164View commit details
Commits on Sep 1, 2021
-
code changes to allow perf standbys to create batch tokens (#12468)
Hridoy Roy authoredSep 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 60ea8ea - Browse repository at this point
Copy the full SHA 60ea8eaView commit details
Commits on Sep 3, 2021
-
Backport 1.8.x: UI: Show day of month instead of day of year in the e…
Configuration menu - View commit details
-
Copy full SHA for 8a34527 - Browse repository at this point
Copy the full SHA 8a34527View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 899c405 - Browse repository at this point
Copy the full SHA 899c405View commit details
Commits on Sep 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d26fbf1 - Browse repository at this point
Copy the full SHA d26fbf1View commit details
Commits on Sep 13, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for e99970b - Browse repository at this point
Copy the full SHA e99970bView commit details
Commits on Sep 14, 2021
-
Bug fix: allow forward slash in paths for delete menu (#12550) (#12552)
* fix bug and add test coverage * changelog
Configuration menu - View commit details
-
Copy full SHA for bca408c - Browse repository at this point
Copy the full SHA bca408cView commit details
Commits on Sep 15, 2021
-
Allow signing self issued certs with a different public key algorithm. (
#12514) (#12548) * WIP: Unset the certificate's SignatureAlgorithm to allown cross-signing of different key types * Allow signing self issued certs with a different public key algorithm * Remove cruft * Remove stale import * changelog * eliminate errwrap * Add a test to cover the lack of opt-in flag * Better comment Co-authored-by: catsby <clint@ctshryock.com> Co-authored-by: catsby <clint@ctshryock.com>
Configuration menu - View commit details
-
Copy full SHA for efcd68f - Browse repository at this point
Copy the full SHA efcd68fView commit details -
Enforce minimum cache size for transit backend (#12418) (#12551)
* 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
Configuration menu - View commit details
-
Copy full SHA for 5cc3349 - Browse repository at this point
Copy the full SHA 5cc3349View commit details
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ee83ef7 - Browse repository at this point
Copy the full SHA ee83ef7View commit details -
dep: update vault-plugin-secrets-openldap to v0.5.2 (#12599)
* dep: update vault-plugin-secrets-openldap to v0.5.2 * add changelog entry
Configuration menu - View commit details
-
Copy full SHA for b0a3fec - Browse repository at this point
Copy the full SHA b0a3fecView commit details
Commits on Sep 22, 2021
-
Port: Premature Rotation For autorotate (#12563) (#12606)
* port of ldap fix for early cred rotation * some more porting * another couple lines to port * final commits before report * remove deadlock * needs testing * updates * Sync with OpenLDAP PR * Update the update error handling for items not found in the queue * WIP unit tests * Need to configure DB mount correctly, with db type mockv5 * Need to find a way to inject errors into that mock db * throw error on role creation failure * do not swallow error on role creation * comment out wip tests and add in a test for disallowed role * Use newly generated password in WAL Co-authored-by: Michael Golowka <72365+pcman312@users.noreply.github.com> * return err on popFromRotationQueueByKey error; cleanup on setStaticAccount * test: fix TestPlugin_lifecycle * Uncomment and fix unit tests * Use mock database plugin to inject errors * Tidy test code to rely less on code internals where possible * Some stronger test assertions * Undo logging updates * Add changelog * Remove ticker and background threads from WAL tests * Keep pre-existing API behaviour of allowing update static role to act as a create * Switch test back to update operation * Revert my revert, and fix some test bugs * Fix TestBackend_StaticRole_LockRegression * clean up defer on TestPlugin_lifecycle * unwrap reqs on cleanup * setStaticAccount: don't hold a write lock * TestStoredWALsCorrectlyProcessed: set replication state to unknown Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com> Co-authored-by: Michael Golowka <72365+pcman312@users.noreply.github.com> Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com> Co-authored-by: Hridoy Roy <roy@hashicorp.com> Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com> Co-authored-by: Michael Golowka <72365+pcman312@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf52bf3 - Browse repository at this point
Copy the full SHA bf52bf3View commit details
Commits on Sep 27, 2021
-
test: pin docker image on postgres to 13.4-buster (#12636) (#12642)
* test: pin docker image on postgres to 13.4-buster * test: update all tests that uses postgres image to use 13.4-buster Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fd0699 - Browse repository at this point
Copy the full SHA 0fd0699View commit details -
core: set namespace within GeneratePasswordFromPolicy (#12635) (#12649)
* core: set namespace from the sysview's mount entry on GeneratePasswordFromPolicy * test: update TestDynamicSystemView to be ns-aware, update tests * add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 2d8e2d3 - Browse repository at this point
Copy the full SHA 2d8e2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193e27e - Browse repository at this point
Copy the full SHA 193e27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a48b1 - Browse repository at this point
Copy the full SHA c3a48b1View commit details
Commits on Sep 28, 2021
-
Add missing read unlock calls in transit backend code (#12652) (#12662)
* Add missing read unlock calls in transit backend code * Correct formatting in changelog entry
Configuration menu - View commit details
-
Copy full SHA for 73e85c3 - Browse repository at this point
Copy the full SHA 73e85c3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.8.2...v1.8.3