How to Securely Store Secrets in Environment Variables
A guide on protecting API keys and secrets from malware by avoiding environment variables and using a password manager with CLI integration.
A guide on protecting API keys and secrets from malware by avoiding environment variables and using a password manager with CLI integration.
A detailed comparison of HashiCorp Vault and Ansible Vault for secrets management, covering features, use cases, and security.
Compares two Kubernetes tools for integrating external secret managers: Secrets Store CSI Driver and External Secrets Operator.
A software developer's monthly business retrospective covering deployment security, release processes, and financial performance for TinyPilot hardware company.
Explores the risks and consequences of accidentally leaking secrets like API keys in code repositories, and how to prevent and respond to such leaks.
A tutorial on using git-secret with Docker to securely encrypt and manage secrets (passwords, tokens) within a Git repository for PHP projects.
A guide on using Mozilla SOPS with AWS KMS and Terraform to securely encrypt and manage secrets stored in git repositories.
A guide on using KeePass programmatically with TypeScript to securely manage and retrieve test credentials from an encrypted database.
A guide to managing secrets and API keys in a Rush monorepo using the Pass password manager and GPG, including handling parallel build issues.
Explains why storing secrets like passwords and API keys in Git is a security risk and discusses better alternatives for secret management.
A tutorial on integrating Azure Key Vault with Azure Functions using PowerShell, covering setup, configuration, and credential management.
Explores secure credential management in Azure using Managed Identities to avoid storing secrets in code or configuration.
A tutorial on using Dapr with .NET Core to securely read and access Kubernetes secrets within a microservices application.
Explores secure credential management for cloud apps using Azure Managed Identities to avoid hardcoded secrets in code and source control.
A guide exploring seven methods for securely managing application secrets and configuration values in .NET Core applications deployed on Azure.
Explains why embedding secrets like API keys in native apps is a critical security flaw, with a practical demonstration.
Explains how to prevent accidentally publishing secrets like API keys to the npm registry, covering .npmignore, package.json files, and dry-run.
A technical guide on securely using AWS SSM Parameter Store to manage and deploy Git SSH keys for automated processes like Lambda and Fargate.
Explores methods for managing secrets and credentials in serverless applications, comparing IAM, environment variables, and other approaches.
A guide to securely managing configuration in ASP.NET Core using Azure Key Vault and Azure AD Managed Service Identity (MSI) for credential-free access.