Skip to content

Commit

Permalink
[AIRFLOW-2082] Resolve a bug in adding password_auth to api as auth m…
Browse files Browse the repository at this point in the history
…ethod (#4343)
  • Loading branch information
rgangopadhya authored and kaxil committed Jan 6, 2019
1 parent 4c1bb04 commit cb5db9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/contrib/auth/backends/password_auth.py
Expand Up @@ -48,6 +48,9 @@
PY3 = version_info[0] == 3


client_auth = None


class AuthenticationError(Exception):
pass

Expand Down

0 comments on commit cb5db9c

Please sign in to comment.