Post of unsupported parameters in ACL succeeds
Bug #1447872 reported by
Dave McCowan
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Barbican |
Fix Released
|
Medium
|
Dave McCowan | ||
| Kilo |
Fix Committed
|
Medium
|
Douglas Mendizábal | ||
Bug Description
The following ACL can be applied to a secret or container successfully.
{'read': {'users': ['reader'], 'creator-only': False},
'write': {'users': ['writer'], 'creator-only': False},
'list': {'users': ['lister'], 'creator-only': False}}
A white-list for write, list, and delete are not currently supported, but the server allows this ACL to be applied.
The validator should reject unsupported options.
| Changed in barbican: | |
| assignee: | nobody → Dave McCowan (dave-mccowan) |
| Changed in barbican: | |
| importance: | Undecided → Medium |
| Changed in barbican: | |
| milestone: | none → liberty-1 |
| Changed in barbican: | |
| status: | Fix Committed → Fix Released |
| Changed in barbican: | |
| milestone: | liberty-1 → 1.0.0 |
To post a comment you must log in.

Fix proposed to branch: master /review. openstack. org/177454
Review: https:/