You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2023/06/08 20:10:25 UTC

[accumulo] branch 2.1 updated (3439fde1d1 -> 0f2389735f)

This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from 3439fde1d1 Improve ZKSecurityToolTest
     add 0f2389735f Modify Shell to authenticate user on call to config (#3440)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/accumulo/shell/Shell.java |  66 +++++++-----
 .../org/apache/accumulo/shell/ShellOptionsJC.java  |   6 +-
 .../accumulo/shell/commands/FateCommandTest.java   |   9 +-
 .../accumulo/test/shell/ShellAuthenticatorIT.java  | 117 +++++++++++++++++++++
 4 files changed, 166 insertions(+), 32 deletions(-)
 create mode 100644 test/src/main/java/org/apache/accumulo/test/shell/ShellAuthenticatorIT.java