From 8f9a596fffbb262481b32191a98b9169bc1618b1 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Mon, 3 Jun 2019 11:05:29 +0000 Subject: 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 --- .../change-default-identity-endpoint-fab39579255c31bb.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml b/releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml new file mode 100644 index 0000000..48e9506 --- /dev/null +++ b/releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml @@ -0,0 +1,11 @@ +--- +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 `_] + The default Identity endpoint has been changed from ``admin`` to + ``internal``. -- cgit v1.2.1