Back to Tags
Secrets
5 items tagged with "secrets"
Filter by type:
Tutorials2
Tutorial
How to manage secrets with AWS Secrets Manager
Store, retrieve, and rotate application secrets securely with AWS Secrets Manager and IAM access control.
Tutorial
How to manage secrets with Azure Key Vault
Store secrets, keys, and certificates in Azure Key Vault and access them from apps using managed identity.
FAQs2
FAQ
How do I set up the DSN (Data Source Name) for dashboard uploads?
Set the VIBGRATE_DSN environment variable with your DSN token. System-wide: add export VIBGRATE_DSN="your-dsn" to ~/.zshrc or ~/.bashrc (macOS/Linux) ...
FAQ
What are the best practices for managing the VIBGRATE_DSN?
Never commit DSN tokens to source control. Store DSNs as CI/CD secrets. Use separate DSNs for different environments (dev, staging, production) if nee...