How to config keystore path to Native build Quarkus with AWS #39113
Unanswered
LSZenerato
asked this question in
Q&A
Replies: 2 comments
-
/cc @zakkak (native-image) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @LSZenerato did you check https://quarkus.io/guides/native-and-ssl#the-truststore-path?
It looks like you are missing some
Also please beware of #13752 since you are using a relative path. |
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.
-
Hello!
My project needs to connect do DocumentDB that needs a RDS key to works properly, when i deploy my native quarkus build at AWS and run i get a error due to this missing rds key config. I tryed many ways but my config at application.properties never works.
My question is how to configure corretly de keystore ate my application.properties to work with a native build in AWS. Locally i can use my created keystore inside target/classes/keystore but in AWS throws NoSuchFileException, im preety sure my problem is my application.properties configs, but i didnt find any example without docker to use.
Here is my config:
Im new to Quarkus and not an expert at Java, how should i config my keystore to use with native mode? I tried the oficial Quarkus doc but doesnt seem to be complete and dont work as i needed.
Ty for help.
Beta Was this translation helpful? Give feedback.
All reactions