File: authprotocol-accepts-oslo-config-config-a37212b60f58e154.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 (10 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
features:
  - >
    [`bug 1540022 <https://bugs.launchpad.net/keystonemiddleware/+bug/1540022>`_]
    The auth_token middleware will now accept a conf setting named
    ``oslo_config_config``. If this is set its value must be an existing
    oslo_config `ConfigOpts`. ``oslo_config_config`` takes precedence over
    ``oslo_config_project``. This feature is useful to applications that
    are instantiating the auth_token middleware themselves and wish to
    use an existing configuration.