You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/06 22:00:00 UTC

[jira] [Commented] (AIRFLOW-2082) Password Web Authentication is not working

    [ https://issues.apache.org/jira/browse/AIRFLOW-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16735346#comment-16735346 ] 

ASF GitHub Bot commented on AIRFLOW-2082:
-----------------------------------------

kaxil commented on pull request #4343: [AIRFLOW-2082] Resolve a bug in adding password_auth to API as auth method
URL: https://github.com/apache/airflow/pull/4343
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Password Web Authentication is not working
> ------------------------------------------
>
>                 Key: AIRFLOW-2082
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2082
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: authentication
>    Affects Versions: 1.8.0
>            Reporter: Andrey
>            Assignee: Brian Charous
>            Priority: Major
>
> I followed instruction from [https://github.com/apache/incubator-airflow/blob/master/docs/security.rst#password]
> and as a result scheduler is unable to start anymore
> {code}
> scheduler_1 | [2018-02-08 17:46:49,546] \{configuration.py:206} WARNING - section/key [celery/celery_ssl_active] not found in config
> scheduler_1 | [2018-02-08 17:46:49,550] \{default_celery.py:41} WARNING - Celery Executor will run without SSL
> scheduler_1 | [2018-02-08 17:46:49,553] \{__init__.py:45} INFO - Using executor CeleryExecutor
> scheduler_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
> scheduler_1 | """)
> scheduler_1 | Traceback (most recent call last):
> scheduler_1 | File "/usr/local/bin/airflow", line 17, in <module>
> scheduler_1 | from airflow.bin.cli import CLIFactory
> scheduler_1 | File "/usr/local/lib/python3.6/site-packages/airflow/bin/cli.py", line 67, in <module>
> scheduler_1 | auth=api.api_auth.client_auth)
> scheduler_1 | AttributeError: module 'airflow.contrib.auth.backends.password_auth' has no attribute 'client_auth'
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)