Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBZ-7829 Added nats JWT/seed authentication config options #86

Closed
wants to merge 1 commit into from

Conversation

jpechane
Copy link
Contributor

Added two new properties; auth.jwt and auth.seed to allow to pass a JWT and a seed to connect to nats when it has been configured for decentralized auth (like Synadia)

Added two new properties; `auth.jwt` and `auth.seed` to allow to pass a
JWT and a seed to connect to nats when it has been configured for
decentralized auth (like Synadia)

Signed-off-by: Daan Gerits <[email protected]>
@jpechane jpechane force-pushed the feature/nats-jetstream-auth branch from 0984307 to df13b31 Compare April 29, 2024 13:36
@calmera
Copy link
Contributor

calmera commented Apr 30, 2024

Hmm, I see Quarkus is considering the new options as being mandatory (default=""), which probably means it cannot be an empty string. I updated my branch so they use a "-" instead as the default value and updated the condition for checking whether or not the fields should be taken into account

@jpechane
Copy link
Contributor Author

jpechane commented Apr 30, 2024

@calmera I prepared #87 I just forgot to push it

@jpechane jpechane closed this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants