On /containers/ GET (list) 'secret_refs' structure includes 'secret_id' not 'secret_ref'
Bug #1359452 reported by
Adam Harwell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Barbican |
Fix Released
|
Critical
|
Adam Harwell |
Bug Description
When performing a GET on the root Container resource (for a list of Containers) the "secret_refs" structure in each Container looks like the following:
"secret_refs": [
{
"name": "certificate"
}
]
It should contain a "secret_ref" with a full HATEOS URI, not a "secret_id" with just a UUID.
Expected behavior:
"secret_refs": [
{
"name": "certificate"
}
]
Changed in barbican: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
assignee: | nobody → Adam Harwell (adam-harwell) |
milestone: | none → juno-3 |
description: | updated |
summary: |
- Container GET 'secret_refs' structure includes 'secret_id' not - 'secret_ref' + On /containers/ GET (list) 'secret_refs' structure includes 'secret_id' + not 'secret_ref' |
Changed in barbican: | |
status: | Fix Committed → Fix Released |
Changed in barbican: | |
milestone: | juno-3 → 2014.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/115819
Review: https:/