File: bug-1839748-5d8dfc99c43aaefc.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-- 495 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    [`bug 1839748 <https://bugs.launchpad.net/keystoneauth/+bug/1839748>`_]
    Keystoneauth now supports MFA authentication and Auth Receipts.
    Responses from Keystone containing and auth receipt will now
    raise a ``MissingAuthMethods`` exception which will contain the
    auth receipt itself, and information about the missing methods.
    There are now also ways to easily do more than one method when
    authenticating to Keystone and those have been documented.