Secrets manager

A system that stores, encrypts, and serves credentials to applications and machines at runtime, with centralized access control and audit logging, so secrets don't live in env files, source code, or shared password managers.

What it is

A secrets manager is a service that stores credentials (passwords, API keys, database connection strings, certificates) and serves them to applications and machines at runtime. It centralizes three things that are otherwise hard to do well: who's allowed to read each value, the audit trail of who read what when, and rotation of the value without redeploying consumers.

The category exists because credentials at scale stop being a code problem and become an operations problem. A team with one developer keeps secrets in a .env. A team with twenty developers, three CI pipelines, two production environments, and a fleet of microservices needs distribution, rotation, audit, and revocation in one place. The secrets manager is the system designed for that.

What it does

Five capabilities define the category:

The minimum viable secrets manager covers the first three. A production-grade one covers all five and adds dynamic secrets (credentials minted on demand with short lifetimes), broadcast invalidation (a revoked credential stops working everywhere at once), and integration with the identity systems that already exist in your environment.

Architectural shapes

A secrets manager can be deployed in one of three shapes, each with different operational and trust implications:

Most teams pick one and stick with it. The shape that fits is a function of where the workloads run, what compliance constraints apply, and how much operational headcount the team can dedicate to running infrastructure that isn't its product. Running multiple secrets managers in parallel is provider sprawl in itself, and creates the same kind of consistency problem the secrets manager was supposed to solve.

What SikkerKey is

SikkerKey is a SaaS-native secrets manager. The pieces:

SikkerKey targets teams that need a real secrets manager without the cost of operating one themselves: machine identity, audit trail, encryption, and rotation, all delivered as a managed service.

See also

SikkerKey is the secrets manager built around the patterns in this glossary. Encrypted vault, machine identity over signed requests, dynamic secrets — set up in minutes.

Start for Free