Skip to content

Commit

Permalink
Housekeeping of auth backend & Update Security doc (#8071)
Browse files Browse the repository at this point in the history
- All authentication backends in `airflow/contrib/auth`
  are base on the `user` model which has already been
  removed earlier (apache/airflow#4577 (comment))
- Security related documentation is out-dated,
  especially the LDAP and OAuth integration sections.
  It still directs user to the configuration of "old" web UI
  which has already been removed in master branch.

GitOrigin-RevId: 3a7b741ab9ed0937571c77a10b5d244f14eaf7db
  • Loading branch information
XD-DENG authored and Cloud Composer Team committed Jul 8, 2022
1 parent b828a70 commit ab5a92e
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 1,338 deletions.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ at licenses/LICENSE-[project].txt.
(ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
(ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
(ALv2 License) bootstrap3-typeahead v4.0.2 (https://github.com/bassjobsen/Bootstrap-3-Typeahead)
(ALv2 License) airflow.contrib.auth.backends.github_enterprise_auth

========================================================================
MIT licenses
Expand Down
5 changes: 0 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ Foundation (http://www.apache.org/).

=======================================================================

airflow.contrib.auth.backends.github_enterprise_auth:
-----------------------------------------------------

* Copyright 2015 Matthew Pelland (matt@pelland.io)

hue:
-----
This product contains a modified portion of 'Hue' developed by Cloudera, Inc.
Expand Down
17 changes: 0 additions & 17 deletions airflow/contrib/auth/__init__.py

This file was deleted.

17 changes: 0 additions & 17 deletions airflow/contrib/auth/backends/__init__.py

This file was deleted.

236 changes: 0 additions & 236 deletions airflow/contrib/auth/backends/github_enterprise_auth.py

This file was deleted.

Loading

0 comments on commit ab5a92e

Please sign in to comment.