Application Secrets
Raindrop Build provides a secure way to handle sensitive information through its secrets management system. Secrets are encrypted values that are accessible across your entire application, allowing you to safely store and use API keys, credentials, and other confidential data.
Setting Up Secrets
Follow these steps to add and configure secrets in your application:
-
Define the secret in your manifest file by adding a new environment binding:
-
Set the secret value using the Raindrop CLI:
-
Generate the necessary bindings:
-
Deploy your updated application: