Local development with JWT and Docker #7606
Unanswered
coding-red-panda
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm currently setting up a project that requires a NATS server with JWT for multi-tenant support.
Before that, we simply used a basic username/password to authenticate with the NATS server.
I'm now trying to set up
Docker Composefor developers working on the project to be able to develop locally with containers, having a NATS server available to test and authenticate against.Is there a simple guide somewhere available on how I can set up the NATS server with JWT inside Docker and handle the tokens etc, when building the containers?
I know this is probably..bigger than just do 1, 2, 3 ,but kind of lost in swapping to the JWT approach at this point.
Beta Was this translation helpful? Give feedback.
All reactions