SML0127 commented on code in PR #2263:
URL: https://github.com/apache/fluss/pull/2263#discussion_r2768866142
##########
fluss-common/src/main/java/org/apache/fluss/security/auth/sasl/authenticator/SaslClientAuthenticator.java:
##########
@@ -77,7 +82,9 @@ public String protocol() {
@Override
public byte[] authenticate(byte[] data) throws AuthenticationException {
try {
- return saslClient.evaluateChallenge(data);
+ return Subject.doAs(
Review Comment:
Thank! I will add some comments as you suggested.
It's definitely helpful to explain AccessControlContext binding for future
readers.
--
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]