summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJens Harbott <j.harbott@x-ion.de>2019-06-03 11:05:29 +0000
committerJens Harbott (frickler) <j.harbott@x-ion.de>2020-06-14 16:20:05 +0000
commit8f9a596fffbb262481b32191a98b9169bc1618b1 (patch)
tree29b2d454c62b3e5db55077b48e0bd49a680a4291 /releasenotes
parentf6037a3d50a80d8c2e0044c8f72d23dddb0d7203 (diff)
downloadkeystonemiddleware-8f9a596fffbb262481b32191a98b9169bc1618b1.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/change-default-identity-endpoint-fab39579255c31bb.yaml11
1 files changed, 11 insertions, 0 deletions
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 <https://bugs.launchpad.net/keystonemiddleware/+bug/1830002>`_]
+ The default Identity endpoint has been changed from ``admin`` to
+ ``internal``.