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
-
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:dev
it 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.jar
I 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