Add Persistent and Temporary mode for managing secrets #41
Labels
Added
A new feature that requires a minor release.
Enhancement
New feature or improvement to an existing feature
Description
We use a
SecretManager
for managing secrets in bothagent_issuance
andagent_verification
. Under the hood, theSecretManager
uses a Stronghold file where the secrets are actually stored. We need to be able to properly support 3 scenario's:SecretManager
will utilize. The Stronghold file will be lost once the docker container is stopped.SecretManager
will utilize.Motivation
Support different use cases:
Resources
n/a
To-do List
The text was updated successfully, but these errors were encountered: