summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1583702-a4469dc1556878b9.yaml
blob: 1669380430b7a826f0f57b7808fe766d29834432 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - >
    [`bug 1583702 <https://bugs.launchpad.net/keystonemiddleware/+bug/1583702>`_]
    Some services such as Swift does not use Oslo (global) config. In that
    case, the options are conveyed via local config. This patch utilized
    an established pattern in auth_token middleware, which is to first
    look for the given option in local config, then Oslo global config.