Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F4FA1178E for ; Sat, 17 May 2014 16:30:22 +0000 (UTC) Received: (qmail 84908 invoked by uid 500); 17 May 2014 16:30:04 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 83830 invoked by uid 500); 17 May 2014 16:30:03 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 74992 invoked by uid 99); 17 May 2014 16:07:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2014 16:07:14 +0000 Date: Sat, 17 May 2014 16:07:14 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2820) Dump user auths with the dumpConfig admin command MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000813#comment-14000813 ] Christopher Tubbs commented on ACCUMULO-2820: --------------------------------------------- One can fairly easily enumerate the users and getauths. The problem with simply dumping is that it assumes you're using the provided authenticator, and that's now pluggable (see ACCUMULO-259), and may not be restoreable in the same way, if it's managed by a separate implementation. > Dump user auths with the dumpConfig admin command > ------------------------------------------------- > > Key: ACCUMULO-2820 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2820 > Project: Accumulo > Issue Type: Improvement > Components: shell > Affects Versions: 1.6.0 > Reporter: Drew Farris > Priority: Minor > > ACCUMULO-1398 added the ability to dump configurations, ACCUMULO-1715 added the ability to dump user permissions on tables. > There does not appear to be a way to include the configured user auths in this dump output, which would be useful in preserving the entire state of an accumulo instance. > Perhaps this could also include the ability dump the shell commands necessary to re-create the users if they do not already exist. -- This message was sent by Atlassian JIRA (v6.2#6252)