-
Notifications
You must be signed in to change notification settings - Fork 747
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
feat(eventsource): Support NATS access with auth. Closes #1050 #1052
Conversation
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
@@ -77,3 +84,68 @@ type EventBusType string | |||
var ( | |||
EventBusNATS EventBusType = "nats" | |||
) | |||
|
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.
Nothing new here, just merged several tiny files into this one.
@VaibhavPage I'd love to see this get reviewed and merged in. I'll be happy to drive it for a test run :) |
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.
Rubber-stamp.
argoproj#1052) * feat(eventsource): Support NATS access with auth. Closes argoproj#1050 Signed-off-by: Derek Wang <[email protected]> * refac Signed-off-by: Derek Wang <[email protected]> * update example Signed-off-by: Derek Wang <[email protected]> * re-run codegen Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Derek Wang [email protected]
Closes #1050
Checklist: