Jeremy Jeffery c726d4d487
Correct syntax errors (#30593)
boolean values in Vault config files should not have quotation marks around the words "true" 

e.g.

disabled = "true" 

instead it should be:

disabled = true

Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2025-05-16 16:59:55 +00:00
..
2025-05-16 16:59:55 +00:00
2025-03-04 09:41:29 -08:00