0562670d4e
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
8 lines
240 B
YAML
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.
|