trustbloc / vcs

Verifiable Credential Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issuer Profile - Remove localKMS request params inside KMSConfig

rolsonquadras opened this issue · comments

For local kms, the db.secret locak are configured as docker images and not passed in the request from the client. We need to fix this in our current implementation.

vcs/api/openapi.yaml

Lines 458 to 471 in d360b71

secretLockKeyPath:
type: string
description: Path to secret lock used by local kms.
dbType:
type: string
description: Type of database used by local kms.
dbURL:
type: string
description: URL to database used by local kms.
dbPrefix:
type: string
description: Prefix of database used by local kms.

This is not applicable now as profile is not created through REST API #822