Replies: 1 comment
-
What version of argo-events are you running? I believe connecting to NATS with authentication is only supported in v1.3.x version (currently v1.3.0-rc2 is available). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So i've setup a NATS (stan) stream server in kubernetes cluster a, and would like to use it as a NATS-type event source that would run in cluster b. NATS runs fine, and I can connect to it using a go client from where ever, but the eventsource handler keeps failing:
Kube clusters running AWS, NATS stream behind an Nginx ingress controller (NLB) with TCP pass through.
I'm using nkeys to authenticate.
Beta Was this translation helpful? Give feedback.
All reactions