[release-announce] keystonemiddleware 10.3.0 (bobcat)

no-reply at openstack.org no-reply at openstack.org
Wed May 17 11:17:11 UTC 2023


We are stoked to announce the release of:

keystonemiddleware 10.3.0: Middleware for OpenStack Identity

This release is part of the bobcat release series.

The source is available from:

    https://opendev.org/openstack/keystonemiddleware

Download the package from:

    https://pypi.org/project/keystonemiddleware

Please report issues through:

    https://bugs.launchpad.net/keystonemiddleware/+bugs

For more details, please see below.

10.3.0
^^^^^^

New Features

* [blueprint support-oauth2-mtls
  (https://blueprints.launchpad.net/keystone/+spec/support-
  oauth2-mtls)] The oauth2_mtls_token filter has been added for
  accepting or denying incoming requests containing OAuth 2.0
  certificate-bound access tokens that are obtained from keystone
  identity server by users through their OAuth 2.0 credentials and
  Mutual-TLS certificates.

Changes in keystonemiddleware 10.2.0..10.3.0
--------------------------------------------

92cdf8a Add timeout for requests
a59020f OAuth 2.0 Mutual-TLS Support
1c820f0 Add missing doc requirements


Diffstat (except docs and test files)
-------------------------------------

keystonemiddleware/ec2_token.py                    |   9 +-
keystonemiddleware/oauth2_mtls_token.py            | 156 +++++++++
keystonemiddleware/s3_token.py                     |  12 +-
.../unit/test_oauth2_mtls_token_middleware.py      | 373 +++++++++++++++++++++
.../bp-support-oauth2-mtls-2d2686c9d5b1fe1f.yaml   |   8 +
setup.cfg                                          |   1 +
8 files changed, 668 insertions(+), 4 deletions(-)







More information about the Release-announce mailing list