summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2018-04-24 22:10:37 +0000
committerLance Bragstad <lbragstad@gmail.com>2018-05-02 19:15:16 +0000
commit245c91f2e3d499498e5f0edd30c23504cda9d111 (patch)
tree5e2eaeddf95b75dda6debf1160c831f18251c68a /releasenotes
parent686f7a5b0b13a7ef4c7ce6721e6c9e601816ad45 (diff)
downloadkeystonemiddleware-245c91f2e3d499498e5f0edd30c23504cda9d111.tar.gz
Introduce new header for system-scoped tokens
Keystonemiddleware attempts to parse user/service tokens and populate request headers for other services to consume. This information is important for services looking to build oslo.context objects from request environments. Change-Id: I0717c2a5207a647999b4f9bcdf11f728984f0812 Closes-Bug: 1766731
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1766731-3b29192cfeb77964.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1766731-3b29192cfeb77964.yaml b/releasenotes/notes/bug-1766731-3b29192cfeb77964.yaml
new file mode 100644
index 0000000..fe88b15
--- /dev/null
+++ b/releasenotes/notes/bug-1766731-3b29192cfeb77964.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ [`bug 1766731 <https://bugs.launchpad.net/keystonemiddleware/+bug/1766731>`_]
+ Keystonemiddleware now supports system scoped tokens. When a system-scoped
+ token is parsed by auth_token middleware, it will set the
+ ``OpenStack-System-Scope`` header accordingly.