Update secure vault
PUT/v2/config/digital-wallet/openid/key-management
This endpoint is used for updating secure vault.
Request
- application/json
Body
hashicorpVault object
enabled boolean
Specifies whether Hashicorp Vault is enabled
vaultUsername string
Username for Hashicorp Vault authentication
vaultPassword string
Password for Hashicorp Vault authentication
vaultAddress string
Address of the Hashicorp Vault server
vaultNamespace string
Namespace in Hashicorp Vault
igrantioVault objectrequired
enabled boolean
Specifies whether iGrant.io Vault is enabled
qtsp object
enabled boolean
Specifies whether QTSP is enabled
cscUrl string
URL for the CSC service
clientId string
Client ID for QTSP authentication
clientSecret string
Client secret for QTSP authentication
userID string
User ID for QTSP service
Responses
- 201
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
secureVault integer[]
Secure vault id, 1
for iGrant.io, 2
for Hashicorp secure vault, 3
for QTSP vault
{
"secureVault": [
0
]
}
Loading...