Upsert Secret Provider By Name
Upserts a secret-provider in RDI settings by its name.
Path parameters
Request body
Example request
{
"type": "vault",
"parameters": {
"vaultAddress": "http://vault.default:8200",
"roleName": "database",
"someField": "abc",
"objects": [
{
"objectName": "password",
"secretPath": "secret/data/db-pass",
"secretKey": "password"
}
]
}
}Response
Successful Response
Example response
{
"action_id": "1234567890"
}Changes
Changed in 3 of the 14 revisions of this API.226
- ●
removed the optional property
errorsfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errorsfrom the response with the403statusresponse-optional-property-removed
- ○
removed the non-success response with the status
422response-non-success-status-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
anyOf[subschema #1: ActionIdResponse]/action_idbecame optional for the status200response-property-became-optional
- ▲
response property
anyOf[subschema #1: ActionIdResponse]/action_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the optional property
errorsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errorsto the response with the403statusresponse-optional-property-added
- ▲
- ○
added the non-success response with the status
422response-non-success-status-added
- ○
the response property
anyOf[subschema #1: ActionIdResponse]/action_idbecame required for the status200response-property-became-required
- ○
response property
anyOf[subschema #1: ActionIdResponse]/action_idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
This revision also has 37 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○