Missing action to retrieve secrets from barbican
Bug #1800821 reported by
Jose Castro Leon
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mistral |
Fix Released
|
Medium
|
Jose Castro Leon |
Bug Description
In the Barbican actions defined there is no method to retrieve secrets. If you retrieve a secret in barbican by secret_get you get the definition and some attributes but not the payload. This needs to be done in a subsequent request to obtain it. This operation is quite similar to the secrets_store function in the actual code.
Changed in mistral: | |
assignee: | nobody → Jose Castro Leon (jose-castro-leon) |
Changed in mistral: | |
status: | New → In Progress |
Changed in mistral: | |
importance: | Undecided → Medium |
milestone: | none → stein-2 |
Changed in mistral: | |
milestone: | stein-2 → stein-3 |
Changed in mistral: | |
milestone: | stein-3 → train-1 |
To post a comment you must log in.
Reviewed: https:/ /review. opendev. org/614491 /git.openstack. org/cgit/ openstack/ mistral/ commit/ ?id=b7107c848fe a59e4eae8456e87 e1e1a2340ad051
Committed: https:/
Submitter: Zuul
Branch: master
commit b7107c848fea59e 4eae8456e87e1e1 a2340ad051
Author: Jose Castro Leon <email address hidden>
Date: Wed Oct 31 13:41:51 2018 +0100
Adds secrets_retrieve to the list of available actions in barbican
This method allows to retrieve the payloads of secrets in the
workflows.
Change-Id: I7d391a6b46ddd4 b388c11a69b75f2 a2cd7e40384
Closes-Bug: #1800821