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 A1BFC200B50 for ; Fri, 29 Jul 2016 23:29:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A0902160A79; Fri, 29 Jul 2016 21:29: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 18F2A160A6E for ; Fri, 29 Jul 2016 23:29:21 +0200 (CEST) Received: (qmail 68940 invoked by uid 500); 29 Jul 2016 21:29:21 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 68911 invoked by uid 99); 29 Jul 2016 21:29:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 21:29:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0A86A2C0059 for ; Fri, 29 Jul 2016 21:29:21 +0000 (UTC) Date: Fri, 29 Jul 2016 21:29:20 +0000 (UTC) From: "Anthony Young-Garner (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HADOOP-13443) KMS uses DefaultCryptoProvider when active keyprovider implements KeyProviderCryptoExtension MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 29 Jul 2016 21:29:22 -0000 Anthony Young-Garner created HADOOP-13443: --------------------------------------------- Summary: KMS uses DefaultCryptoProvider when active keyprovider implements KeyProviderCryptoExtension Key: HADOOP-13443 URL: https://issues.apache.org/jira/browse/HADOOP-13443 Project: Hadoop Common Issue Type: Bug Components: kms Affects Versions: 2.6.0 Reporter: Anthony Young-Garner Assignee: Anthony Young-Garner Priority: Minor By default, the KMS wraps the active key provider in a CachingKeyProvider at runtime. This prevents the KeyProviderCryptoExtension.createKeyProviderCryptoExtension method from ever detecting whether the active key provider implements theKeyProviderCryptoExtension interface. Therefore, the DefaultCryptoExtension is always used. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org