Tag: secrets-management
Browse 6 practical software engineering resources tagged with "secrets-management". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving secrets-management. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Secrets Management
Secrets management is the secure storage, access, and rotation of sensitive credentials. It is a foundational practice for cloud, CI/CD, and application security.
The resources below cover secret managers, vaults, dynamic credentials, zero-trust, and rotation. Each guide helps you keep secrets out of code and under control.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Manage Application Secrets with HashiCorp Vault and Python
Store, retrieve, and rotate application secrets securely using HashiCorp Vault with Python hvac...
CI/CD Pipeline Security Template
A template for securing build and deployment pipelines against credential leaks, tampering, supply...
Secret Rotation Schedule Template
A template for tracking and scheduling the rotation of API keys, passwords, certificates, and other...
CI/CD Security: Harden Your Pipelines and Prevent Supply
A practical guide to securing CI/CD pipelines: secrets management, least-privilege runners,...
Complete Guide to Secrets Management
Manage application secrets securely in production. Covers HashiCorp Vault, AWS Secrets Manager,...
Secrets Management: Vault, Cloud Managers
A practical guide to secrets management: HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, and...