-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add NATS Jetstream account from AuthParams #4588
Add NATS Jetstream account from AuthParams #4588
Conversation
36af10c
to
dc91328
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! ❤️
Could you update the changelog too? The Improvements
section looks like to worth place for it
Changelog added. |
Could you update docs too? You need to add the new parameter here: https://github.com/kedacore/keda-docs/blob/main/content/docs/2.11/scalers/nats-jetstream.md#authentication-parameters You can take this as example: https://github.com/kedacore/keda-docs/blob/main/content/docs/2.11/scalers/nats-streaming.md#authentication-parameters |
/run-e2e nats |
I'll extend the docs later today
Update: Docs PR opened.
|
Signed-off-by: Martin Koppehel <[email protected]>
Signed-off-by: Martin Koppehel <[email protected]>
3d74ad9
to
810e317
Compare
/run-e2e nats |
Allows the NATS Account to be referenced via the authentication params.
Fixes #4586