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

Support NKey authentication when connecting to a NATS instance #104

Open
gap2709 opened this issue Apr 26, 2024 · 0 comments
Open

Support NKey authentication when connecting to a NATS instance #104

gap2709 opened this issue Apr 26, 2024 · 0 comments
Labels
proposal Enhancement idea or proposal

Comments

@gap2709
Copy link

gap2709 commented Apr 26, 2024

What motivated this proposal?

Our editor has made an update of its nats product by adding a NKey authentication.
Before to get nats reports, we used the command below
nats stream report
Now we have to type
nats --nkey path/to/nkey_file stream report
where nkey file contains the key used for authentication

What is the proposed change?

I would like the possibility to permit use of the nkey while connecting to the nats cluster from the bridge, because when starting it, I have the error below
2024/04/25 17:36:24.441801 [ERR] error starting bridge, nats: Authorization Violation

Who benefits from this change?

It is especially my team, we have to incercept nats event in order to publish them in a output topic.

What alternatives have you evaluated?

I have no idea

@gap2709 gap2709 added the proposal Enhancement idea or proposal label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

1 participant