splatch commented on pull request #259: URL: https://github.com/apache/plc4x/pull/259#issuecomment-884175625
Hey Glen, Currently the high level API of PLC4X does specify a concept of credentials, but these as far as I know are not being used by any of drivers. Even for OPC UA where there is a support for various kinds of authentication it is not being utilized. Have a look on https://github.com/apache/plc4x/blob/v0.8.0/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/connection/OpcuaTcpPlcConnection.java#L343L349 - this is place where Eclipse Milo client is being initialized. It should rely on non-anonymous identity provider. I believe @hutcheb will know best how future handling of this will look a like. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
