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

feat(eventsource): Support NATS access with auth. Closes #1050 #1052

Merged
merged 9 commits into from
Feb 10, 2021

Conversation

whynowy
Copy link
Member

@whynowy whynowy commented Feb 5, 2021

Signed-off-by: Derek Wang [email protected]

Closes #1050

Checklist:

@whynowy whynowy marked this pull request as ready for review February 5, 2021 08:50
@whynowy whynowy requested a review from VaibhavPage February 5, 2021 08:57
@@ -77,3 +84,68 @@ type EventBusType string
var (
EventBusNATS EventBusType = "nats"
)

Copy link
Member Author

@whynowy whynowy Feb 5, 2021

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.

@cawfeecoder
Copy link

@VaibhavPage I'd love to see this get reviewed and merged in. I'll be happy to drive it for a test run :)

@whynowy whynowy requested a review from alexec February 10, 2021 17:26
Copy link
Contributor

@alexec alexec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber-stamp.

@whynowy whynowy merged commit d22f1ff into argoproj:master Feb 10, 2021
@whynowy whynowy deleted the natsauth branch February 10, 2021 18:21
juliev0 pushed a commit to juliev0/argo-events that referenced this pull request Mar 29, 2022
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]>
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.

NATS Event Source - Support NKEY Credentials
3 participants