keystonemiddleware/releasenotes/notes/x-is-admin-project-header-97f1882e209fe727.yaml
Jamie Lennox 0562670d4e Pass X_IS_ADMIN_PROJECT header from auth_token
To do policy enforcement around admin projects we need for auth_token
middleware to pass this information down to context objects.

Closes-Bug: #1577996
Change-Id: Ic680e6eaa683926914cf4b2152ec3bb67c6601ff
2016-06-21 12:09:12 +10:00

8 lines
240 B
YAML

---
prelude: >
- Add the `X_IS_ADMIN_PROJECT` header.
features:
- Added the `X_IS_ADMIN_PROJECT` header to authenticated headers. This has
the string value of 'True' or 'False' and can be used to enforce admin
project policies.