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 8D381200D22 for ; Sat, 21 Oct 2017 14:23:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8BC3E160BEE; Sat, 21 Oct 2017 12:23:06 +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 D35591609DF for ; Sat, 21 Oct 2017 14:23:05 +0200 (CEST) Received: (qmail 84655 invoked by uid 500); 21 Oct 2017 12:23:05 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 84646 invoked by uid 99); 21 Oct 2017 12:23:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Oct 2017 12:23:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 51E7EC21B5 for ; Sat, 21 Oct 2017 12:23:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 4gVcLy3l0ZN4 for ; Sat, 21 Oct 2017 12:23:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1DC165FC80 for ; Sat, 21 Oct 2017 12:23:03 +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 719F9E1095 for ; Sat, 21 Oct 2017 12:23:01 +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 6EB8C24394 for ; Sat, 21 Oct 2017 12:23:00 +0000 (UTC) Date: Sat, 21 Oct 2017 12:23:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRFLOW-1743) Default config template should not contain ldap filters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 21 Oct 2017 12:23:06 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213880#comment-16213880 ] ASF subversion and git services commented on AIRFLOW-1743: ---------------------------------------------------------- Commit 27068450ab8d191c98ab087fb1ed816af6be908a in incubator-airflow's branch refs/heads/v1-9-test from [~bolke] [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=2706845 ] [AIRFLOW-1743] Verify ldap filters correctly The superuser and data profiler filter where set by default in the config template and could not be unset. Closes #2712 from bolkedebruin/AIRFLOW-1743 (cherry picked from commit 16899a95b5cf08d1053892c532f4b494b2f7d0cc) Signed-off-by: Bolke de Bruin > Default config template should not contain ldap filters > ------------------------------------------------------- > > Key: AIRFLOW-1743 > URL: https://issues.apache.org/jira/browse/AIRFLOW-1743 > Project: Apache Airflow > Issue Type: Bug > Components: authentication > Reporter: Bolke de Bruin > Fix For: 1.9.0 > > > The config template functions as a template. In case a item is not in the airflow.cfg of the user it is used for default values. > This should not be the case for filters for ldap users, as that can create unexpected results such as users not getting the right access levels. -- This message was sent by Atlassian JIRA (v6.4.14#64029)