Hello,

I was wondering if the following behavior that I'm seeing with protected properties is intended.

My setup is a ubuntu guest running devstack.

with the following protections file:

[admin]
create = admin
read = admin
update = admin
delete = admin

[protected]
create = test
read = test
update = test
delete = test

The following command fails to add a property:

$# glance --os-username admin image-update --property x=True <image-name-here>
Request returned failure status 403.
<html>
 <head>
  <title>403 Forbidden</title>
 </head>
 <body>
  <h1>403 Forbidden</h1>
  Property 'x' is protected<br /><br />

 </body>
</html> (HTTP 403)

If the property is unspecified in the protections file, shouldn't there be no restrictions on it? Any insight is appreciated, thanks!

-Mike


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to