Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C1F37200B96 for ; Thu, 6 Oct 2016 16:36:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C09CF160AAD; Thu, 6 Oct 2016 14:36:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 08799160AED for ; Thu, 6 Oct 2016 16:36:21 +0200 (CEST) Received: (qmail 79989 invoked by uid 500); 6 Oct 2016 14:36:21 -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 79853 invoked by uid 99); 6 Oct 2016 14:36:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 14:36:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C2AD42C0088 for ; Thu, 6 Oct 2016 14:36:20 +0000 (UTC) Date: Thu, 6 Oct 2016 14:36:20 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-4489) Monitor login for trace viewing should fall back to GENERAL_KERBEROS_KEYTAB to match behavior of trace server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Oct 2016 14:36:22 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated ACCUMULO-4489: ---------------------------------- Status: Patch Available (was: In Progress) > Monitor login for trace viewing should fall back to GENERAL_KERBEROS_KEYTAB to match behavior of trace server > ------------------------------------------------------------------------------------------------------------- > > Key: ACCUMULO-4489 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4489 > Project: Accumulo > Issue Type: Bug > Components: monitor, trace > Affects Versions: 1.7.2, 1.7.1 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Critical > Fix For: 1.7.3, 1.8.1, 2.0.0 > > Attachments: ACCUMULO-4489.1.patch, ACCUMULO-4489.2.patch > > > The current kerberos instructions rely on the trace user falling back to the GENERAL_KERBEROS_KEYTAB when kerberos for client access is enabled. This works as expected on the TraceServer, but the Monitor's servlet for viewing traces only uses the trace keytab. > workaround is to use the undocumented {{trace.token.property.keytab}} property to specify the appropriate keytab. > Even once the trace user keytab property is documented in ACCUMULO-4488, we should make the behavior match that in the TraceServer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)