-
Notifications
You must be signed in to change notification settings - Fork 12
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
Secure mode not working for gRPC Client-streaming node #20
Comments
Sorry it hasn't been implemented for streaming mode yet.
…On Mon., Jul. 5, 2021, 7:23 a.m. TAsUjxnMIL, ***@***.***> wrote:
Hello,
I tried to insert certificates in the text fields "CA Cert", "Chain Cert"
and "Private Key" within the *gRPC Client-streaming* node. It seems to be
that those fields have no functionality. After starting the server in the
secure mode, NodeRed always crashes.
In the *grpc-client-streaming.js* file there is nothing implemented for
the inserted certificates.
Is there any other possibility for this node to use the secure mode on the
client side?
Will you implement the functionality in the near future?
P.S.: I tried to insert the certificates in the *grpc call* node, it
works so there is nothing wrong with the certificates. But for my use case
the *gRPC Client-streaming* node is needed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHU7ICHC7SSDTHFCPCCJO3TWG56LANCNFSM4722SWOQ>
.
|
Will you implement it in the near future? |
I might find some free time, but since it's not needed in my organization
atm, it's not guaranteed. If you can take a stab I'll be happy to review
and merge. That might be the fastest way.
…On Tue., Jul. 6, 2021, 2:48 a.m. TAsUjxnMIL, ***@***.***> wrote:
Will you implement it in the near future?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHU7IH53D6VEDKJFNT73J3TWLGN7ANCNFSM4722SWOQ>
.
|
Can you paste your node red logs?
…On Wed, Jul 7, 2021 at 1:21 AM TAsUjxnMIL ***@***.***> wrote:
Okay I will try to implement it. I have cloned the repository. After
linking the module to node_modules only the register function node appears
within NodeRed. Do you have any important steps for configuring properly?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHU7IGV427GLPGZQKULLUDTWQFB5ANCNFSM4722SWOQ>
.
|
I have a question regarding the grpc-client-streaming node. I have a grpc server running locally on my computer. I am sending requests from NodeRed to the server. There is everything fine with the responses. But there is a problem with printing the response message within NodeRed. The message is not printed within NodeRed. I already used the gRPC response node but this neither works. Do you have any idea how it could work? |
"The message is not printed within NodeRed" <-- what does this mean? Can
you share your flow and your expected behaviour?
…On Thu, Jul 15, 2021 at 3:39 AM TAsUjxnMIL ***@***.***> wrote:
I have a question regarding the grpc-client-streaming node. I have a grpc
server running locally on my computer. I am sending requests from NodeRed
to the server. There is everything fine with the responses. But there is a
problem with printing the response message within NodeRed. The message is
not printed within NodeRed. I already used the gRPC response node but this
neither works. Do you have any idea how it could work?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHU7IEITNXNFJ7KXY6UDZLTX23GLANCNFSM4722SWOQ>
.
|
When will the new grpc version be available on NodeRED? |
You should install it from npm or directly from github. Since NR employed a
manual reviewing process, I no longer publish my nodes to their flow
library.
Sorry for the inconvenience.
…On Tue, Aug 17, 2021 at 6:40 AM TAsUjxnMIL ***@***.***> wrote:
When will the new grpc version be available on NodeRED?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHU7IAHT5VWNBC4HZLR7BTT5JRDLANCNFSM4722SWOQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Hello,
I tried to insert certificates in the text fields "CA Cert", "Chain Cert" and "Private Key" within the gRPC Client-streaming node. It seems to be that those fields have no functionality. After starting the server in the secure mode, NodeRed always crashes.
In the grpc-client-streaming.js file there is nothing implemented for the inserted certificates.
Is there any other possibility for this node to use the secure mode on the client side?
Will you implement the functionality in the near future?
P.S.: I tried to insert the certificates in the grpc call node, it works so there is nothing wrong with the certificates. But for my use case the gRPC Client-streaming node is needed.
The text was updated successfully, but these errors were encountered: