File: delay_auth_instead_of_503-f9b46bf4fbc11455.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-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    When ``delay_auth_decision`` is enabled and a Keystone failure prevents
    a final decision about whether a token is valid or invalid, it will be
    marked invalid and the application will be responsible for a final auth
    decision. This is similar to what happens when a token is confirmed *not*
    valid. This allows a Keystone outage to only affect Keystone users in a
    multi-auth system.