Replies: 2 comments
-
|
@elmarm88 Was this solved? Seems it was missed by all of us. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @kdubb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a small POC java app that has a db password stored in a HashiCorp vault.
I use it as a credentials provider in quarkus.
If I run the it from command line with
mvn quarkus:devit all works fine.
However if I run the -runner jar file in the /target directory (its an uber-jar) with the following command :
java -jar poc-quarkus-vault-db-runner.jarI get the following error:
I should note that the app starts up fine, its just when I call the REST endpoint to pull something from the DB that is crashes.
Any ideas would be very welcome.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions