You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If profiles are set only through spring.profiles.default property, spring-cloud-vault cannot process for this profiles.
Describe the solution you'd like
I expect this to be resolved by using Profiles::getAccepted() instead of Profiles::getActive() in VaultConfigDataLocationResolver.getKeyValueProperties()
Describe alternatives you've considered
No
Additional context
With application.yml as below
spring:
profiles:
default: development
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If profiles are set only through
spring.profiles.default
property, spring-cloud-vault cannot process for this profiles.Describe the solution you'd like
I expect this to be resolved by using
Profiles::getAccepted()
instead ofProfiles::getActive()
inVaultConfigDataLocationResolver.getKeyValueProperties()
Describe alternatives you've considered
No
Additional context
With
application.yml
as belowThe text was updated successfully, but these errors were encountered: