File: bp-support-oauth2-mtls-177cda05265ae65c.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (10 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    [`blueprint support-oauth2-mtls <https://blueprints.launchpad.net/keystone/+spec/support-oauth2-mtls>`_]
    Added a new OAuth2mTlsClientCredential plugin, accessible via the
    'v3oauth2mtlsclientcredential' entry point, making possible to authenticate
    using an OAuth 2.0 Mutual-TLS client credentials. Keystoneauth can now
    be used to access the OpenStack APIs that use the keystone middleware to
    support OAuth2.0 mutual-TLS client authentication through the keystone
    identity server.