From commits-return-26438-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Mon Oct 29 14:31:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 92007180627 for ; Mon, 29 Oct 2018 14:31:05 +0100 (CET) Received: (qmail 80451 invoked by uid 500); 29 Oct 2018 13:31:04 -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 80441 invoked by uid 99); 29 Oct 2018 13:31:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2018 13:31:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4E022C1D02 for ; Mon, 29 Oct 2018 13:31:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 6BdXbHKHluMb for ; Mon, 29 Oct 2018 13:31:02 +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 303DB5F232 for ; Mon, 29 Oct 2018 13:31: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 B5EDFE0E33 for ; Mon, 29 Oct 2018 13:31: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 8245B27766 for ; Mon, 29 Oct 2018 13:31:01 +0000 (UTC) Date: Mon, 29 Oct 2018 13:31:01 +0000 (UTC) From: "Ash Berlin-Taylor (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AIRFLOW-3208) Apache airflow 1.8.0 integration with LDAP anonmyously MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AIRFLOW-3208?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-3208. ---------------------------------------- Resolution: Won't Fix You have reported this against 1.8 which is two releases (and a few years?)= old now. If this is still an issue against 1.10 please re-open this. > Apache airflow 1.8.0 integration with LDAP anonmyously > ------------------------------------------------------ > > Key: AIRFLOW-3208 > URL: https://issues.apache.org/jira/browse/AIRFLOW-3208 > Project: Apache Airflow > Issue Type: Bug > Components: authentication > Affects Versions: 1.8.0, 1.8.2 > Reporter: Hari Krishna ADDEPALLI LN > Priority: Critical > > Hello., > We wanted to have airflow integration with LDAP anonymously, the LDAP is = based on either "openldap" or "389 directory Server". Below is the detail a= dded in the airflow.cfg :=C2=A0 > {noformat} > [webserver]=20 > authenticate =3D True=20 > auth_backend =3D airflow.contrib.auth.backends.ldap_auth =C2=A0{noformat} > =C2=A0=C2=A0 > {noformat} > [ldap]=20 > uri =3D ldap://nsp-daf178e8.ad1.prd.us-phx.odc.im:389=20 > user_filter =3D =20 > user_name_attr =3D uid=20 > group_member_attr =3D groupMembership=3Dou=3Dgroups,dc=3Dodc,dc=3Dim=20 > superuser_filter =3D memberOf=3Dcn=3Drvd-sudo_all-prd_usphx,ou=3Dgroups,d= c=3Dodc,dc=3Dim data_profiler_filter =3D=20 > bind_user =3D ou=3Dpeople,dc=3Dodc,dc=3Dim=20 > bind_password =3D=20 > basedn =3D ou=3Dpeople,dc=3Dodc,dc=3Dim=20 > cacert =3D /opt/orchestration/airflow/ldap_ca.crt=20 > search_scope =3D SUBTREE{noformat} > However, when trying to validate, it failed with below exception, please = advise what to correct as per provided=C2=A0detail of LDAP as per above ? W= e only use "basedn=3Dou=3Dpeople,dc=3Dodc,dc=3Dim" with provided LDAP host= =C2=A0and was able to access anonymously when tried using jxplorer workbenc= h. We=C2=A0are able to do LDAP anonymously=C2=A0both on kibana/elasticsearc= h/jenkins, however coming to airflow, please advise solution. > =C2=A0 > {noformat} > Traceback (most recent call last): > File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1988, in= wsgi_app > response =3D self.full_dispatch_request() > File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1641, in= full_dispatch_request > rv =3D self.handle_user_exception(e) > File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1544, in= handle_user_exception > reraise(exc_type, exc_value, tb) > File "/usr/local/lib/python3.6/site-packages/flask/_compat.py", line 33, = in reraise > raise value > File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1639, in= full_dispatch_request > rv =3D self.dispatch_request() > File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1625, in= dispatch_request > return self.view_functions[rule.endpoint](**req.view_args) > File "/usr/local/lib/python3.6/site-packages/flask_admin/base.py", line 6= 9, in inner > return self._run_view(f, *args, **kwargs) > File "/usr/local/lib/python3.6/site-packages/flask_admin/base.py", line 3= 68, in _run_view > return fn(self, *args, **kwargs) > File "/usr/local/lib/python3.6/site-packages/airflow/www/views.py", line = 650, in login > return airflow.login.login(self, request) > File "/usr/local/lib/python3.6/site-packages/airflow/contrib/auth/backend= s/ldap_auth.py", line 268, in login > LdapUser.try_login(username, password) > File "/usr/local/lib/python3.6/site-packages/airflow/contrib/auth/backend= s/ldap_auth.py", line 180, in try_login > search_scope=3Dnative(search_scope)) > File "/usr/local/lib/python3.6/site-packages/ldap3/core/connection.py", l= ine 779, in search > check_names=3Dself.check_names) > File "/usr/local/lib/python3.6/site-packages/ldap3/operation/search.py", = line 372, in search_operation > request['filter'] =3D compile_filter(parse_filter(search_filter, schema, = auto_escape, auto_encode, validator, check_names).elements[0]) # parse the = searchFilter string and compile it starting from the root node > File "/usr/local/lib/python3.6/site-packages/ldap3/operation/search.py", = line 206, in parse_filter > current_node.append(evaluate_match(search_filter[start_pos:end_pos], sche= ma, auto_escape, auto_encode, validator, check_names)) > File "/usr/local/lib/python3.6/site-packages/ldap3/operation/search.py", = line 89, in evaluate_match > raise LDAPInvalidFilterError('invalid matching assertion') > ldap3.core.exceptions.LDAPInvalidFilterError: invalid matching assertion > {noformat} > =C2=A0 > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)