Add back the secrets_store action into mapping.json
This action is not included in the mapping.json and it is required to retrieve secrets from barbican in the workflows Change-Id: I68f2a75a30cbafba1dc5cc2ca222483c7b92dca1 Closes-Bug: #1800820
This commit is contained in:
parent
8e59d27ba1
commit
7e0f4eeed3
@ -1001,7 +1001,8 @@
|
||||
"secrets_get": "secrets.get",
|
||||
"secrets_list": "secrets.list",
|
||||
"secrets_total": "secrets.total",
|
||||
"secrets_retrieve": "secrets_retrieve"
|
||||
"secrets_retrieve": "secrets_retrieve",
|
||||
"secrets_store": "secrets_store"
|
||||
},
|
||||
"mistral": {
|
||||
"_comment": "It uses mistralclient.v2.",
|
||||
|
Loading…
Reference in New Issue
Block a user