Manage Secret Stores
Codiac has read-only access to your existing Secrets and Secret stores. It cannot create, edit, or remove Secret values or the Secret store itself. See your cloud service provider for instructions on creating and managing Secrets and Secret stores.
info
Secrets are only stored in your running node, where they are protected with encryption at rest.
Usage and Options
Use codiac secretStore -h
to see all the available options:
Prerequisites
- Basic Codiac Prerequisites
- A Secret Store set up with your cloud service provider.
Add or update a secret store
- Use
codiac secretStore
to add or update a reference to your external Secret store:
codiac secretStore
- Follow the prompts to authenticate with your cloud service provider and select the Secret store.
List secret stores
- Use
codiac secretStore list
to list all existing references to Secret stores:
codiac secretStore list
This command lists all existing references to Secret stores:
Forget a secret store
- Use
codiac secretStore forget
to remove a reference to the specified secret store.
tip
This command does not affect the Secret or the Secret store itself. See your cloud service provider for instructions on how to create and manage Secrets and Secret stores.
codiac secretStore forget
- Follow the prompts to select the Secret store and confirm the removal of the record.