Manage Secrets
Store Secrets in your Secret Store with Truefoundry
Suppose your backend service needs to load a database password and an API key for an external service. You can create a secret group for that backend service and add the database password and the API key as secrets under that secret group. To do so, follow the steps below:
Use Secrets in your Secret Store
You can now copy your Secret's FQN using the instructions given below. You can also see in which deployments, the secrets are being used.
Attaching Secrets to a Deployment
You can attach and use your Secrets in various types of deployments, including Services and Jobs. Detailed instructions for using Secrets in Services and Jobs can be found in the following guides:
Updated 9 months ago