You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2021/02/27 23:35:48 UTC

[airflow] branch revert-14516-docker-compose-yaml created (now 71dbb52)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch revert-14516-docker-compose-yaml
in repository https://gitbox.apache.org/repos/asf/airflow.git.


      at 71dbb52  Revert "Enable LDAP auth in docker-compose.yaml (#14516)"

This branch includes the following new commits:

     new 71dbb52  Revert "Enable LDAP auth in docker-compose.yaml (#14516)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow] 01/01: Revert "Enable LDAP auth in docker-compose.yaml (#14516)"

Posted by ep...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch revert-14516-docker-compose-yaml
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 71dbb5204ac2a9769a3c9f9575926b550ef8d1e0
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Sun Feb 28 00:35:40 2021 +0100

    Revert "Enable LDAP auth in docker-compose.yaml (#14516)"
    
    This reverts commit 7d181508ef5383d36eae584ceedb9845b7467776.
---
 docs/apache-airflow/start/airflow.sh          | 2 +-
 docs/apache-airflow/start/docker-compose.yaml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/apache-airflow/start/airflow.sh b/docs/apache-airflow/start/airflow.sh
index b563139..2324ba6 100755
--- a/docs/apache-airflow/start/airflow.sh
+++ b/docs/apache-airflow/start/airflow.sh
@@ -24,5 +24,5 @@ PROJECT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 
 set -euo pipefail
 
-export COMPOSE_FILE="${PROJECT_DIR}/docker-compose.yaml"
+export COMPOSE_FILE=${PROJECT_DIR}/docker-compose.yaml
 exec docker-compose run airflow-worker "${@}"
diff --git a/docs/apache-airflow/start/docker-compose.yaml b/docs/apache-airflow/start/docker-compose.yaml
index 1604d0a..18919dc 100644
--- a/docs/apache-airflow/start/docker-compose.yaml
+++ b/docs/apache-airflow/start/docker-compose.yaml
@@ -49,7 +49,6 @@ x-airflow-common:
     AIRFLOW__CORE__FERNET_KEY: ''
     AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: 'true'
     AIRFLOW__CORE__LOAD_EXAMPLES: 'true'
-    AIRFLOW__API__AUTH_BACKEND: 'airflow.api.auth.backend.basic_auth'
   volumes:
     - ./dags:/opt/airflow/dags
     - ./logs:/opt/airflow/logs