Replies: 1 comment 4 replies
-
@fenix-hub Hi, right, it gets into the area of the key management, one idea is for this shared project start an endpoint which will return keys and you'd then refer to them using HTTP based URL. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi everyone,
I've got a multi-module maven project with several Quarkus microservices.
I'm using a "shared" Quarkus project to let other microservices validate the JWT from incoming requests, using such configuration
application.properties
of shared moduleBut this configuration requires each single microservice to have a copy of both private and public key.
Since I will be using docker, is there a way to let the microservices get those keys from a shared folder, outside of the actual project?
(so the keys will be required to be only in one folder of the server)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions