File: rename-auth-uri-d223d883f5898aee.yaml

package info (click to toggle)
python-keystonemiddleware 10.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: python: 10,017; makefile: 93; sh: 2
file content (9 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
deprecations:
  - |
    The auth_uri parameter of keystone_authtoken is deprecated in favor of
    www_authenticate_uri. The auth_uri option was often confused with the
    auth_url parameter of the keystoneauth plugin, which was also effectively
    always required. The parameter refers to the WWW-Authenticate header that is
    returned when the user needs to be redirected to the Identity service for
    authentication.