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 7A4AC200B40 for ; Fri, 1 Jul 2016 15:38:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 78DB0160A72; Fri, 1 Jul 2016 13:38:12 +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 E8599160A61 for ; Fri, 1 Jul 2016 15:38:11 +0200 (CEST) Received: (qmail 79334 invoked by uid 500); 1 Jul 2016 13:38:11 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 79309 invoked by uid 99); 1 Jul 2016 13:38:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 13:38:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0A68D2C027F for ; Fri, 1 Jul 2016 13:38:11 +0000 (UTC) Date: Fri, 1 Jul 2016 13:38:11 +0000 (UTC) From: "Mugdha Varadkar (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-17522) Handle Ranger Kms upgrade in kerberos env MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 01 Jul 2016 13:38:12 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mugdha Varadkar updated AMBARI-17522: ------------------------------------- Status: Patch Available (was: In Progress) > Handle Ranger Kms upgrade in kerberos env > ----------------------------------------- > > Key: AMBARI-17522 > URL: https://issues.apache.org/jira/browse/AMBARI-17522 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Mugdha Varadkar > Assignee: Mugdha Varadkar > Fix For: 2.4.0 > > Attachments: AMBARI-17522.patch > > > *Problem*: > Upgrade from 2.4 to 2.5 will not have rangerkms principal/keytab identity (as it is added in stack 2.5) to create/get repository from Ranger Service. > Ranger KMS service had spnego principal/keytab identity in 2.4. > Ranger KMS service is a dependent on Ranger Service. For previous stack all calls were using urllib2 authentication to create/get repository in Ranger Service in kerberos env. Ranger Service participate in kerberos from 2.5 onwards so all call to create/get repository will be using curl --negotiate. -- This message was sent by Atlassian JIRA (v6.3.4#6332)