dc449dfd63
Our token model code will return a default of True for is_admin_project if that attribute is not defined. The comment next to this says this is for backwards compatibility, but this seems inherently dangerous. Closes-Bug: #1652012 Change-Id: I035fe570972764b9c9342d1851654634d681ac5e
8 lines
319 B
YAML
8 lines
319 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1652012 <https://bugs.launchpad.net/keystone/+bug/1652012>`_]
|
|
Changes the token_model to return is_admin_project False if the attribute
|
|
is not defined. Returning True for this has the potential to be dangerous
|
|
and the given reason for keeping it True is backwards compatability..
|