yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40885
[Bug 1514030] Re: /v3/policies response attribute missing
what are you adding this? it's not in the schema [0] or saved in the
backend [1]
0 - https://github.com/openstack/keystone/blob/master/keystone/policy/schema.py
1 - https://github.com/openstack/keystone/blob/master/keystone/policy/backends/sql.py
i'm not understanding how a project is associated with a policy, at all.
** Changed in: keystone
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1514030
Title:
/v3/policies response attribute missing
Status in OpenStack Identity (keystone):
Invalid
Bug description:
{
"policy": {
"blob": "{\"default\": false}",
"id": "c41a4c",
"links": {
"self": "http://identity:35357/v3/policies/c41a4c"
},
"type": "application/json"
}
}
need to update
{
"policy": {
"blob": "{'foobar_user': 'role:compute-user'}",
"project_id": "0426ac1e48f642ef9544c2251e07e261",
"type": "application/json",
"user_id": "0ffd248c55b443eaac5253b4e9cbf9b5"
}
}
project_id is required
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1514030/+subscriptions
References