File: interface-option-ed551d2a3162668d.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-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    [`bug 1830002 <https://bugs.launchpad.net/keystonemiddleware/+bug/1830002>`_]
    In order to allow an installation to work without deploying an admin
    Identity endpoint, a new option `interface` has been added, allowing
    select the Identity endpoint that is being used when verifying auth
    tokens. It defaults to `admin` in order to replicate the old behaviour,
    but may be set to `public` or `internal` as needed.