spring-cloud / spring-cloud-config

External configuration (server and client) for Spring Cloud
Apache License 2.0
1.94k stars 1.28k forks source link

docs: add documentation for decrypting Vault secrets in property sources #2416

Closed apappascs closed 1 month ago

apappascs commented 1 month ago

This pull request updates the documentation to include steps for configuring the decryption of secrets from Vault using the {vault} prefix. It provides detailed configuration examples and explains error handling related to Vault integration.

Resolves #2377, #1785