summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-12 15:47:50 +0000
committerGerrit Code Review <review@openstack.org>2019-06-12 15:47:50 +0000
commit3e62d25dacb4282609d897f8a9cf08c3603b12d7 (patch)
tree3b6b3270b586c2d71e09e82d871920da70b45c7d /releasenotes
parente93d078958047ebc15159224e2068acdd8e6b768 (diff)
parentf6037a3d50a80d8c2e0044c8f72d23dddb0d7203 (diff)
downloadkeystonemiddleware-3e62d25dacb4282609d897f8a9cf08c3603b12d7.tar.gz
Merge "Add a new option to choose the Identity endpoint"6.1.0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/interface-option-ed551d2a3162668d.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/interface-option-ed551d2a3162668d.yaml b/releasenotes/notes/interface-option-ed551d2a3162668d.yaml
new file mode 100644
index 0000000..4771e86
--- /dev/null
+++ b/releasenotes/notes/interface-option-ed551d2a3162668d.yaml
@@ -0,0 +1,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.