f6037a3d50
Previously the admin Identity endpoint was hardcoded to be used. Now that keystone has dropped v2 support, deploying an admin Identity endpoint is no longer useful, so allow this to be changed by the deployer. Keep the default as using the `admin` endpoint, but create a deprecation message so that we can change the default in the future. Partial-Bug: 1830002 Change-Id: I993a45ccb1109d67e65bf32d1e134cc9bec2d88e
10 lines
452 B
YAML
10 lines
452 B
YAML
---
|
|
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.
|