Secrets Store
Get the latest docs.
You are looking at documentation for an older release. Not what you want? Use the version selector on the top banner or click here.
The secrets store is implemented inside the Cloudify PostgreSQL database, to provide tenant-wide variable storage for data that you do not want to expose in plain text in Cloudify blueprints. For example, you might not want to expose login credentials for a platform to all blueprint users.
For additional information about creating secrets, refer to the CLI documentation.
Adding Secrets
You can add secrets to the secrets store repository for the tenant to which you are currently logged in using the following command:
cfy secrets create
Retrieving Data from the Secrets Store of a Tenant
To retrieve data from a tenant’s secrets store, use the following command:
cfy secrets get SECRET-KEY