summaryrefslogtreecommitdiff
path: root/releasenotes/notes/interface-option-ed551d2a3162668d.yaml
blob: 4771e8698a2a32df6e0db591a3e6d0763d7257f3 (plain)
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.