Deprecate support for swauth

... because the swauth project[1] has been already retired.

[1] https://opendev.org/x/swauth

Change-Id: I202a8044797bb3f315e2e4da7e412a0ee5b1349a
This commit is contained in:
Takashi Kajinami 2022-07-04 09:57:52 +09:00
parent e004e46273
commit 0eda2a0a50
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,8 @@ class swift::proxy::swauth(
include swift::deps
warning('Support for swauth has been deprecaed and will be removed in a futue release.')
package { 'python-swauth':
ensure => $package_ensure,
tag => 'swift-package',

View File

@ -0,0 +1,6 @@
---
deprecations:
- |
The ``swift::proxy::swauth`` class, which configures the ``swauth``
middleware, has been deprecated and will be removed in a future release,
because the middleware is no longer maintained.