[release-announce] keystoneauth1 5.1.0 (antelope)
no-reply at openstack.org
no-reply at openstack.org
Thu Nov 24 16:07:05 UTC 2022
We are stoked to announce the release of:
keystoneauth1 5.1.0: Authentication Library for OpenStack Identity
This release is part of the antelope release series.
The source is available from:
https://opendev.org/openstack/keystoneauth1
Download the package from:
https://pypi.org/project/keystoneauth1
For more details, please see below.
5.1.0
^^^^^
New Features
* [blueprint oauth2-client-credentials-ext
(https://blueprints.launchpad.net/keystone/+spec/oauth2-client-
credentials-ext)] Added a new OAuth2ClientCredential plugin,
accessible via the 'v3oauth2clientcredential' entry point, making
possible to authenticate using an application credentials as an
OAuth2.0 client credentials. Keystoneauth can now be used to access
the OpenStack APIs that use the keystone middleware to support
OAuth2.0 client credentials authentication through the keystone
identity server.
Changes in keystoneauth1 5.0.0..5.1.0
-------------------------------------
aa9c5d2 OAuth2.0 Client Credentials Grant Flow Support
Diffstat (except docs and test files)
-------------------------------------
keystoneauth1/identity/__init__.py | 6 +-
keystoneauth1/identity/v3/__init__.py | 6 +-
.../identity/v3/oauth2_client_credential.py | 130 ++++++++++
keystoneauth1/loading/_plugins/identity/v3.py | 41 ++++
...h2-client-credentials-ext-06271700d4f33a7e.yaml | 10 +
setup.cfg | 1 +
8 files changed, 508 insertions(+), 2 deletions(-)
More information about the Release-announce
mailing list