summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-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.