sergey-chugunov-1985 commented on code in PR #12546:
URL: https://github.com/apache/ignite/pull/12546#discussion_r2591713690
##########
modules/core/src/main/java/org/apache/ignite/internal/IgniteNodeAttributes.java:
##########
@@ -150,6 +150,9 @@ public final class IgniteNodeAttributes {
/** V2 security subject for authenticated node. */
public static final String ATTR_SECURITY_SUBJECT_V2 = ATTR_PREFIX +
".security.subject.v2";
+ /** Node certificates with which the connection was established. */
Review Comment:
```suggestion
/** Node certificates the connection was established with. */
```
--
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]