Skip to main content

Configure secure vault

POST 

/v2/config/digital-wallet/openid/key-management

This endpoint is used for configuring secure vault.

Request

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

Response Headers
    Schema
      secureVault integer[]

      Secure vault id, 1 for iGrant.io, 2 for Hashicorp secure vault, 3 for QTSP vault

    Loading...