Hard time understanding the JWT account creation #4103
Replies: 4 comments 7 replies
-
Do you want an account per customer? |
Beta Was this translation helpful? Give feedback.
-
The longer term answer is with auth callouts, coming in 2.10. You can do what you want today, but more work on your side during customer signup to create the account and default credentials and tie them to the client cert identity. All possible, but you will probably need some guidance from Synadia. |
Beta Was this translation helpful? Give feedback.
-
We have a helm chart for kubernetes and an operator to help manage JetStream assets. But not accounts, etc. |
Beta Was this translation helpful? Give feedback.
-
Is this now possible @derekcollison ? I see 2.10.5 is available but I'm still not sure if I understand the documentation correctly :/ |
Beta Was this translation helpful? Give feedback.
-
Hi,
right now we are switching from rabbitmq to nats due to some issues on rabbitmq.
We would like to have following setup on our kubernetes cluster:
with this setup, we are not sure if the accounts have to be created manually before?
In general we would like to share a static certificate/private key in all customer deployments and then dynamically create accounts+read only websocket credentials from these certificates (i guess this would be operator certificates?).
Is this possible to create dynamically accounts, just by using JWT tokens? Or do we have to create the accounts with some command line utilities before?
Sorry it my explanation is not really clear, I will make it more clear if more info is needed.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions