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 88AA8114F7 for ; Tue, 5 Aug 2014 20:59:12 +0000 (UTC) Received: (qmail 72935 invoked by uid 500); 5 Aug 2014 20:59:12 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 72901 invoked by uid 500); 5 Aug 2014 20:59:12 -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 72888 invoked by uid 99); 5 Aug 2014 20:59:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 20:59:12 +0000 Date: Tue, 5 Aug 2014 20:59:12 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (ACCUMULO-3045) Support AuthenticationToken backed by CredentialProvider 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-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reopened ACCUMULO-3045: ---------------------------------- Re-opening to fix up the unnecessarily Override'en methods on CredentialProviderToken. > Support AuthenticationToken backed by CredentialProvider > -------------------------------------------------------- > > Key: ACCUMULO-3045 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3045 > Project: Accumulo > Issue Type: Improvement > Components: client > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 1.6.1, 1.7.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Along the same lines as ACCUMULO-2464, the MapReduce AuthenticationToken serialization also has the potential to be stored in a non-secure form. Some of this is mitigated via Base64 the password to remove human-readable-ness, the ability to serialize an AuthenticationToken to a file, etc. > Wiring up a CredentialProvider as an AuthenticationToken is another option provided to us by Hadoop likely to handle tricky security-related concerns for us. -- This message was sent by Atlassian JIRA (v6.2#6252)