ctubbsii commented on issue #3433:
URL: https://github.com/apache/accumulo/issues/3433#issuecomment-1564723775

   To authenticate the client, it should just be a simple matter of calling 
`client.securityOperations().authenticate()` immediately after it is 
constructed. However, this is made slightly complicated by the fact that the 
`AccumuloClient` can be constructed using the client config file. You can call 
`.whoami()` to get the username, but I'm not sure if there's an easy way to get 
the `AuthenticationToken` parameter that `authenticate(username, token)` 
requires.


-- 
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]

Reply via email to