This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git.
from db9e626 Remove a redundant audit message (#1831) new d9ed7b4 Update SystemCredentials to use crypt(3) format new babb1d9 Consolidate tablet obscuring code new d4c21f8 Merge pull request #1834 from ctubbsii/remove-centralized-crypto-constants The 10719 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/accumulo/core/Constants.java | 4 -- .../org/apache/accumulo/core/conf/Property.java | 8 --- .../apache/accumulo/core/dataImpl/KeyExtent.java | 19 ++++++ .../core/file/rfile/VisMetricsGatherer.java | 2 +- .../server/security/SystemCredentials.java | 76 ++++++++++++---------- .../server/security/handler/ZKSecurityTool.java | 6 +- .../server/security/SystemCredentialsTest.java | 22 +++++++ .../rest/tservers/TabletServerResource.java | 10 +-- .../accumulo/shell/commands/GetSplitsCommand.java | 22 +------ 9 files changed, 90 insertions(+), 79 deletions(-)