You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi gnmi_collector Dev and Support Team,
++ @jxx-gg@gcsl
Query:
Is gnmi_collector supports mTLS?
If Yes then how to pass CA certs along with server cert and key.
If No then is there any future plan to support mTLS
Requesting to please share some references and details.
Thanks
Manish Khandelwal
The text was updated successfully, but these errors were encountered:
Can you clarify on which side of the connection you are referring? The gNMI collector acts as both a client to gNMI devices, and a server to gNMI clients. It is conceivable that a single collector could even authenticate against different devices with different mTLS credentials, including distinct CA cert pools.
The code published today does not include mTLS but the difference is a matter of replacing the defaultDialOpts with the corresponding credentials.NewClientTLS... variant on the client side or NewServerTLS... variant on the server side.
Here for my use case GNMI collector acts as a client.
But before the actual gnmi request sent from GNMI collector to GNMI device.
Device and Collector establishes a secure gRPC dialout tunnel, Here GNMI collector act as a gRPC server for gRPC client at Device.
For that I need to pass CA cert, Server Cert, Server Key.
Here while running GNMI collector, options available to pass cert and key. But no option seen to pass CA cert.
Hi gnmi_collector Dev and Support Team,
++ @jxx-gg @gcsl
Query:
Is gnmi_collector supports mTLS?
If Yes then how to pass CA certs along with server cert and key.
If No then is there any future plan to support mTLS
Requesting to please share some references and details.
Thanks
Manish Khandelwal
The text was updated successfully, but these errors were encountered: