secrets PUT (option #2 as binary from API doc) fails with 400 Bad Request
Bug #1350988 reported by
Meera Belur
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Barbican |
Fix Released
|
Critical
|
Arun Kant |
Bug Description
From the API documentation, the two-step binary secret create (PUT secrets (option #2 as binary) fails with a 400 Bad Request. As per the document, the content-encoding is not specified.
curl -ik http://
HTTP/1.1 400 Bad Request
Content-Length: 161
Content-Type: application/json; charset=UTF-8
{"code": 400, "description": "Secret update issue seen - Text-based binary secret payloads must specify a content-encoding of 'base64'.", "title": "Bad Request"}
Changed in barbican: | |
assignee: | nobody → Venkat Sundaram (tsv) |
Changed in barbican: | |
assignee: | nobody → Arun Kant (arunkant-uws) |
Changed in barbican: | |
milestone: | none → juno-rc1 |
Changed in barbican: | |
status: | Fix Committed → Fix Released |
Changed in barbican: | |
milestone: | juno-rc1 → 2014.2 |
To post a comment you must log in.
Hi Venkat - are you working on this one?