[
https://issues.apache.org/jira/browse/AIRFLOW-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaodong DENG updated AIRFLOW-3323:
-----------------------------------
Description:
The current `airflow flower` doesn't come with any authentication. This may
make essential information exposed to in an untrusted environment.
Currently Flower itself supports
* HTTP Basic Authentication
* Google OAuth 2.0
* GitHub OAuth
Given Flower is not really the most essential component of Airflow, we don't
have to support all its authentication methods. But may be good to at least
support Basic Authentication.
This ticket adds support to Basic Authentication for `Airflow Flower`.
was:
The current `airflow flower` doesn't come with any authentication. This may
make essential information exposed to in an untrusted environment.
Currently Flower itself supports
* HTTP Basic Authentication
* Google OAuth 2.0
* GitHub OAuth
Given Flower is not really the most essential component of Airflow, we don't
have to support all its authentication methods. But may be good to at least
support Basic Authentication.
> Support Basic Authentication for Flower
> ---------------------------------------
>
> Key: AIRFLOW-3323
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3323
> Project: Apache Airflow
> Issue Type: New Feature
> Components: celery
> Affects Versions: 1.10.0
> Reporter: Xiaodong DENG
> Assignee: Xiaodong DENG
> Priority: Critical
>
> The current `airflow flower` doesn't come with any authentication. This may
> make essential information exposed to in an untrusted environment.
> Currently Flower itself supports
> * HTTP Basic Authentication
> * Google OAuth 2.0
> * GitHub OAuth
> Given Flower is not really the most essential component of Airflow, we don't
> have to support all its authentication methods. But may be good to at least
> support Basic Authentication.
>
> This ticket adds support to Basic Authentication for `Airflow Flower`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)