HashiCorp Says Your Secrets Manager Needs 12 Things. Here's How We Stack Up. πΉ
HashiCorp recently published a whitepaper called "12 Things a Modern Secrets Management Solution Must Do." It's a solid framework β genuinely useful for evaluating any secrets tool. So we ran Clef ...

Source: DEV Community
HashiCorp recently published a whitepaper called "12 Things a Modern Secrets Management Solution Must Do." It's a solid framework β genuinely useful for evaluating any secrets tool. So we ran Clef through it. Honestly. We're not going to pretend we check every box the same way Vault does. We're a git-native secrets manager built on SOPS β no servers, no tokens, no vendor custody. Different architecture, different tradeoffs. Here's where we're strong, where we're different, and where we'll tell you to use something else. The Scorecard π 1. Secure Secrets Storage π Vault: Centralized encrypted KV store. Secrets encrypted before hitting persistent storage. Dashboard + CLI. Clef: Encrypted files in git. SOPS encrypts values using age or cloud KMS. Decrypted values exist only in memory β plaintext never touches disk. The repo is the store. β
Verdict: Both nail this. Different storage model, same outcome β secrets encrypted at rest, protected from raw storage access. 2. Centralized Managem