docs: add documentation for decrypting Vault secrets in property sources#2416
Merged
ryanjbaxter merged 2 commits intospring-cloud:mainfrom May 10, 2024
apappascs:add-vault-decryptor-docs
Merged
docs: add documentation for decrypting Vault secrets in property sources#2416ryanjbaxter merged 2 commits intospring-cloud:mainfrom apappascs:add-vault-decryptor-docs
ryanjbaxter merged 2 commits intospring-cloud:mainfrom
apappascs:add-vault-decryptor-docs
Conversation
ryanjbaxter
reviewed
May 10, 2024
|
|
||
| === Configuration Steps | ||
|
|
||
| All configuration settings for integrating with Vault should be placed in your `application.yml`. Below are the specific configurations required to activate the Vault profile, connect to your Vault server, and format properties using the `\{vault}` prefix. |
Contributor
There was a problem hiding this comment.
It could be in application.yaml or application.properties so maybe we say application.[yaml | properties]?
Contributor
Author
There was a problem hiding this comment.
@ryanjbaxter, I've updated the documentation to include both application.yml and application.properties as suggested. Thanks for the feedback!
…h YAML and properties formats
natedanner
pushed a commit
to natedanner/spring-cloud__spring-cloud-config
that referenced
this pull request
May 20, 2024
…ces (spring-cloud#2416) * docs: add documentation for decrypting Vault secrets in property sources * docs: update application configuration file references to include both YAML and properties formats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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