Replies: 2 comments
-
Plan for PrePost request is to make it possible for user to connect to a remote server of any kind before performing the request. one of the options will be ssh tunnel. |
Beta Was this translation helpful? Give feedback.
0 replies
-
NATS can work with SSH also. This is because the NATS Auth Schema is highly flexible, and has been designed this way. |
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
-
https://github.com/chapar-rest/chapar/blob/main/ui/pages/requests/component/pre_post_request.go looks really good .
I assume it allows devs to connect to their runtime / dev environments ?
We could add NATS . Nats context is kind of the same as a k8 context in that it allows you to pick a nats environment to connect to .
Nats.go is the import and the context is just a string. Nats cli also allows you to setup contexts and manage them.
I use GRPC and rest with Chapar. But I ns she it all using NATS. It’s like NATS is your Ops later so I can update or connect to 100 servers as I need to .
I know we spoke about generating NATS rpc before but this is NOT what this discussion scope is about . Just to be clear :)
Beta Was this translation helpful? Give feedback.
All reactions