summaryrefslogtreecommitdiffstats
path: root/openstack/common/plugin
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2012-08-20 10:25:21 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2012-08-20 10:25:21 -0700
commit454693d250e7085cefef30e1b43608477f34a345 (patch)
tree9c364a66014b9756c0cf1b7bb8d5d02c5d1f19e3 /openstack/common/plugin
parentf7b87701444d035e82ae6ac6954e8ad84aab5baf (diff)
downloadoslo-454693d250e7085cefef30e1b43608477f34a345.tar.gz
oslo-454693d250e7085cefef30e1b43608477f34a345.tar.xz
oslo-454693d250e7085cefef30e1b43608477f34a345.zip
Allow non-string items in the creds dict.
The generic checking in policy allows us to match against data from the creds_dict using a very simple syntax. For example, in policy.json if you had something like: "some_action": [["project_id:foo"]] it would only allow project foo to perform that action, but something like: "some_action": [["is_admin:True"]] where is_admin is a boolean fails. This modifies the check to convert the value to unicode before attempting to compare it. It includes a test. Fixes bug 1039132 Change-Id: I0e53a6ea2709212d4a1536f901bcf1e717a232ca
Diffstat (limited to 'openstack/common/plugin')
0 files changed, 0 insertions, 0 deletions