From 245c91f2e3d499498e5f0edd30c23504cda9d111 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Tue, 24 Apr 2018 22:10:37 +0000 Subject: 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 --- releasenotes/notes/bug-1766731-3b29192cfeb77964.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/bug-1766731-3b29192cfeb77964.yaml (limited to 'releasenotes') 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 `_] + 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. -- cgit v1.2.1