Secrets Management
12 items tagged with "secrets-management"
Anti-Patterns2
Hardcoded Secrets
Embedding API keys, passwords, or tokens directly in source code, where they leak through version control, logs, and shared binaries.
Long-Lived Static Credentials
Using permanent API keys and access tokens that never expire and are rarely rotated, maximizing the value and lifespan of any leak.
Blueprints2
Secrets in Config to HashiCorp Vault Blueprint
Move plaintext secrets out of config files and environment variables into HashiCorp Vault with dynamic secrets, leasing, and rotation.
Static Secrets to Cloud Secrets Manager Blueprint
Migrate hard-coded and static secrets to a managed cloud secrets manager with IAM-scoped access, versioning, and automatic rotation.
Reference Architectures1
Comparisons2
Vault vs AWS Secrets Manager
HashiCorp Vault is a powerful, cloud-agnostic secrets and identity platform; AWS Secrets Manager is a managed, AWS-native secrets store. Power and portability versus simplicity.
HashiCorp Vault vs Cloud Secrets Manager
Vault is a powerful, cloud-agnostic secrets and identity platform; cloud-native secrets managers are simpler, fully managed services tied to one cloud.