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 C61A2200CD8 for ; Wed, 2 Aug 2017 23:34:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C408116A50C; Wed, 2 Aug 2017 21:34:11 +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 15B5716A509 for ; Wed, 2 Aug 2017 23:34:10 +0200 (CEST) Received: (qmail 94423 invoked by uid 500); 2 Aug 2017 21:34:05 -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 94396 invoked by uid 99); 2 Aug 2017 21:34:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2017 21:34:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B01E0180413 for ; Wed, 2 Aug 2017 21:34:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Tju3jpm95axy for ; Wed, 2 Aug 2017 21:34:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id F120F5F3F2 for ; Wed, 2 Aug 2017 21:34:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A1D80E0012 for ; Wed, 2 Aug 2017 21:34:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9080E24659 for ; Wed, 2 Aug 2017 21:34:00 +0000 (UTC) Date: Wed, 2 Aug 2017 21:34:00 +0000 (UTC) From: "Ryan Waters (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-14565) Azure: Add Authorization support to ADLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 02 Aug 2017 21:34:12 -0000 [ https://issues.apache.org/jira/browse/HADOOP-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Waters updated HADOOP-14565: --------------------------------- Attachment: (was: HADOOP_14565__Added_authorizer_functionality_to_ADL_driver__Updated_javadoc_to_correspond_1.patch) > Azure: Add Authorization support to ADLS > ---------------------------------------- > > Key: HADOOP-14565 > URL: https://issues.apache.org/jira/browse/HADOOP-14565 > Project: Hadoop Common > Issue Type: Improvement > Components: fs/adl > Affects Versions: 2.8.0 > Reporter: Ryan Waters > Assignee: Sivaguru Sankaridurg > > This task is meant to add an Authorizer interface to be used by the ADLS driver in a similar way to the one used by WASB. The primary difference in functionality being that the implementation of this Authorizer will be provided by an external jar. This class will be specified through configuration using "adl.external.authorization.class". > If this configuration is provided, an instance of the provided class will be created and all file system calls will be passed through the authorizer, allowing implementations to determine if the file path and access type (create, open, delete, etc.) being requested is valid. If the requested implementation class is not found or it fails to initialize, it will fail initialization of the ADL driver. If no configuration is provided, calls to the authorizer will be skipped and the driver will behave as it did previously. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org