File: bug-1583699-dba4fe6c057e2be5.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-- 413 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
fixes:
  - >
    [`bug 1583699 <https://bugs.launchpad.net/keystonemiddleware/+bug/1583699>`_]
    Some service APIs (such as Swift list public containers) do not require
    a token. Therefore, there will be no identity or service catalog
    information available. In these cases, audit now fills in the default
    (i.e. taxonomy.UNKNOWN) for both initiator and target instead of raising
    an exception.