Re: [Openstack] Real-world policy.json and keystone settings

2013-12-06 Thread Kevin L. Mitchell
On Thu, 2013-12-05 at 19:03 -0600, Scott Devoid wrote: > The TL;DR - We ran into problems with permissions for users within the > same tenant. With the current access controls it is impossible to fix > this without isolating each user in a personal project. Can we fix the > policy.json grammar to

Re: [Openstack] Real-world policy.json and keystone settings

2013-12-06 Thread David Chadwick
I think the best solution is to have a clearly defined API between the Policy Enforcement Point (the service such glance) and the policy decision point (keystone code) that allows the full set of user attributes and roles to be input to the PDP. Keystone will provide a basic PDP and policy syntax,

[Openstack] Real-world policy.json and keystone settings

2013-12-05 Thread Scott Devoid
The TL;DR - We ran into problems with permissions for users within the same tenant. With the current access controls it is impossible to fix this without isolating each user in a personal project. Can we fix the policy.json grammar to give us the access controls we want, or am I stupid and missing