vault/internalshared/configutil
Steven Clark bc42d56c7a
Seal-HA: Match multiple seals using name/type only (#23203)
* Match multiple seals using name/type only

 - This fix addresses an issue that changing any seal configuration in an existing seal stanza such as the Vault token would cause negate the seal matching.
 - If this was the only seal that was previously used or slight tweaks happened to all the seals Vault would fail to start with an error of

 "must have at least one seal in common with the old generation."

 - Also add a little more output to the validation error messages about
   the current seal and configured seal information to help in
   diagnosing errors in the future

* Tweak formatting and text on method doc

* Update comment around forcing a seal rewrap
2023-09-20 16:51:52 -04:00
..
config.go [VAULT-17826] Remove mount point from rollback metrics (#22400) 2023-08-21 16:55:37 +02:00
config_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
config_util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
encrypt_decrypt.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
encrypt_decrypt_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
env_var_util.go Change to prioritize config over env for transit (#22615) 2023-08-31 15:28:51 +00:00
hcp_link.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
http_response_headers.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
kms.go Seal-HA: Match multiple seals using name/type only (#23203) 2023-09-20 16:51:52 -04:00
kms_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
lint.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
listener.go Chroot Listener (#22304) 2023-08-14 12:35:34 -07:00
listener_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
merge.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
telemetry.go [VAULT-17826] Remove mount point from rollback metrics (#22400) 2023-08-21 16:55:37 +02:00
telemetry_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
userlockout.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
userlockout_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00