Prefix for secrets manager cannot be empty #232
Labels
component: secrets-manager
Secrets Manager integration related issue
type: bug
Something isn't working
Milestone
Type: Bug
Component:
"Secrets Manager"
Describe the bug
In code and docs
`* Prefix indicating first level for every property. Value must start with a forward
Currently, this is not possible since validation will fail on an empty string.
Sample
Fix Validation for a prefix cannot be the empty string
AwsSecretsManagerProperties.class
Also changeAwsSecretsManagerPropertySources.class
methodprotected String getContext(String prefix, String context)
to take changes into account.Provide tests for all changes.
The text was updated successfully, but these errors were encountered: