You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/02/02 18:16:59 UTC

[GitHub] [accumulo] milleruntime opened a new issue #2456: Possible Bug in AuthenticationTokenSecretManager

milleruntime opened a new issue #2456:
URL: https://github.com/apache/accumulo/issues/2456


   My changes in #2451 have a test failure in `SaslDigestCallbackHandlerTest`. The changes produce a NPE and may have exposed a bug in AuthenticationTokenSecretManager with the instanceId always being null. This may not matter if it is only used for naming the `AccumuloDelegationToken` but I am not sure. It looks like the code is only used for user to call `SecurityOperations` generateToken method but the code is also shared on the server side to do some stuff when "instance.rpc.sasl.enabled" is turned on.
   https://github.com/apache/accumulo/blob/67127d81a03a693adbde7791605e1f6f57f9ba29/server/base/src/main/java/org/apache/accumulo/server/security/delegation/AuthenticationTokenSecretManager.java#L161


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] milleruntime closed issue #2456: Possible Bug in AuthenticationTokenSecretManager

Posted by GitBox <gi...@apache.org>.
milleruntime closed issue #2456:
URL: https://github.com/apache/accumulo/issues/2456


   


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org