summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-04-19 19:48:35 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-04-19 19:50:23 +0900
commit5a272421d0b42d78bff1f09e2ff057db04063606 (patch)
tree8d1aa4f3a6c034a383ec11704c6782d08f3636e3 /doc
parent179fc43eb5bff6b2cd09bb5e90aacb39aa6aee2d (diff)
downloadswift-5a272421d0b42d78bff1f09e2ff057db04063606.tar.gz
Swauth is retired
The swauth project is already retired[1]. The documentation is updated to reflect status of the project. Also, this change removes reference to this middleware in unit tests. [1] https://opendev.org/x/swauth/ Change-Id: I3d8e46d85ccd965f9b51006c330e391dcdc24a34
Diffstat (limited to 'doc')
-rw-r--r--doc/source/associated_projects.rst2
-rw-r--r--doc/source/overview_auth.rst2
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/associated_projects.rst b/doc/source/associated_projects.rst
index 3c7dc73a5..00a748b93 100644
--- a/doc/source/associated_projects.rst
+++ b/doc/source/associated_projects.rst
@@ -59,7 +59,7 @@ Authentication
* `Keystone <https://github.com/openstack/keystone>`_ - Official Identity
Service for OpenStack.
-* `Swauth <https://github.com/openstack/swauth>`_ - An alternative Swift
+* `Swauth <https://opendev.org/x/swauth/>`_ - **RETIRED**: An alternative Swift
authentication service that only requires Swift itself.
* `Basicauth <https://github.com/CloudVPS/swift-basicauth>`_ - HTTP Basic
authentication support (keystone backed).
diff --git a/doc/source/overview_auth.rst b/doc/source/overview_auth.rst
index 59a42fb75..9453aca95 100644
--- a/doc/source/overview_auth.rst
+++ b/doc/source/overview_auth.rst
@@ -373,8 +373,6 @@ Extending Auth
TempAuth is written as wsgi middleware, so implementing your own auth is as
easy as writing new wsgi middleware, and plugging it in to the proxy server.
-The `Swauth <https://github.com/openstack/swauth>`_ project is an example of
-an additional auth service.
See :doc:`development_auth` for detailed information on extending the
auth system.