Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vault doesn't work with profiles #13479

Closed
RustamSultansoy opened this issue Nov 25, 2020 · 3 comments
Closed

Vault doesn't work with profiles #13479

RustamSultansoy opened this issue Nov 25, 2020 · 3 comments
Labels
area/vault kind/bug Something isn't working
Milestone

Comments

@RustamSultansoy
Copy link

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.

@RustamSultansoy RustamSultansoy added the kind/bug Something isn't working label Nov 25, 2020
@ghost ghost added the area/vault label Nov 25, 2020
@ghost
Copy link

ghost commented Nov 25, 2020

/cc @vsevel

@RustamSultansoy RustamSultansoy changed the title Vault doesn't work with profile Vault doesn't work with profiles Nov 25, 2020
@vsevel
Copy link
Contributor

vsevel commented Nov 26, 2020

should be fixed by #13498

@geoand
Copy link
Contributor

geoand commented Feb 17, 2021

Fixed in #13498

@geoand geoand closed this as completed Feb 17, 2021
@geoand geoand added this to the 1.11.0.Beta1 milestone Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vault kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants