keystonemiddleware/releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml
Jens Harbott 8f9a596fff Change the default Identity endpoint to internal
In [0] the ``interface``option was added in order to allow the Identity
endpoint that is being used when validating tokens to be
configured by the deployer. Change the default to using the internal
endpoint, as that should be what most deployments will end up using.

[0] https://review.opendev.org/651790

Depends-On: https://review.opendev.org/651492
Closes-Bug: 1830002
Change-Id: I0ce8b6d8cd408c7fac8107972e7be70839e337fb
2020-06-14 16:20:05 +00:00

12 lines
496 B
YAML

---
prelude: >
Since the removal of the Identity API v2 Keystone no longer has any
special functionality that requires using the admin endpoint for it. So
this release changes the default endpoint being used from ``admin`` to
``internal``, allowing deployments to work without an admin endpoint.
upgrade:
- |
[`bug 1830002 <https://bugs.launchpad.net/keystonemiddleware/+bug/1830002>`_]
The default Identity endpoint has been changed from ``admin`` to
``internal``.