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
Describe the bug
I want to use vault only for prod profile, so I added this in my properties:
`%prod.quarkus.vault.url=http://localhost:8200
...
%prod.quarkus.datasource.password=${pass-from-vault}
` Expected behavior
I expect that for all profiles except prod it won't work because optional url is empty.
But when prod is active then it should work. Actual behavior
It doesn't work with all profiles.
The text was updated successfully, but these errors were encountered:
Describe the bug
I want to use vault only for prod profile, so I added this in my properties:
`%prod.quarkus.vault.url=http://localhost:8200
...
%prod.quarkus.datasource.password=${pass-from-vault}
`
Expected behavior
I expect that for all profiles except prod it won't work because optional url is empty.
But when prod is active then it should work.
Actual behavior
It doesn't work with all profiles.
The text was updated successfully, but these errors were encountered: