rticommunity / rticonnextdds-gateway-opcua

The RTI OPC UA/DDS Gateway implements a standards-based transparent bridge to integrate OPC UA and DDS applications.
Other
7 stars 5 forks source link

Expose configuration for Identity Tokens, Certificates, and Security Policies when connecting to a Server #2

Open fgaranda opened 3 years ago

fgaranda commented 3 years ago

The current implementation of the OPC UA/DDS Gateway supports only unsecured and unauthenticated connections to OPC UA Servers. The underlying OPC UA Client provides different mechanisms to configure identity tokens, certificates, and security policies for establishing secure connections to OPC UA Servers. Therefore, the Gateway should provide access to these configuration parameters via XML.

The list of desired configuration parameters may include:

See initial feature request for further context.