Secrets Management Tools

The landscape spans open-source vaults, cloud-native services, and enterprise platforms.

Vaults & Core Platforms

HashiCorp Vault

Open Source / Enterprise

The most widely adopted secrets manager. Supports dynamic secrets, encryption as a service, identity-based access, and over 100 integrations. Available self-hosted or as HCP Vault.

CyberArk Conjur

Open Source / Enterprise

Purpose-built for machine identity and DevOps secrets. Policy-as-code access control, native Kubernetes integration, and strong enterprise audit capabilities.

Akeyless Vault

SaaS / Enterprise

Cloud-native SaaS vault with patented Distributed Fragments Cryptography. Zero-knowledge architecture, automatic rotation, and unified secrets management across hybrid environments.

Infisical

Open Source / SaaS

Developer-friendly secrets management platform with end-to-end encryption, native integrations for CI/CD and cloud platforms, and an intuitive dashboard for teams.

Doppler

SaaS

Universal secrets platform that syncs secrets across environments and services. Strong developer experience with CLI tools, integrations, and automatic secret rotation.

1Password Secrets Automation

SaaS

Extends 1Password to infrastructure. Connect Server provides secrets to CI/CD pipelines and applications via SDKs and a REST API with fine-grained access control.

SplitSecure

Self-Hosted

Distributed secrets management that splits credentials across multiple devices so no single device ever holds the full secret. Self-custody architecture with built-in audit logging and zero vendor access to your secrets.

Cloud Provider Services

AWS Secrets Manager

Cloud Native

Native AWS service with automatic rotation for RDS, Redshift, and DocumentDB credentials. Deep IAM integration and cross-account secret sharing via resource policies.

Azure Key Vault

Cloud Native

Manages secrets, keys, and certificates for Azure workloads. HSM-backed key storage, RBAC with Azure AD, and integration with Azure DevOps and App Service.

Google Secret Manager

Cloud Native

GCP-native secret storage with automatic replication, IAM-based access, and versioning. Integrates with Cloud Run, GKE, and Cloud Functions for seamless secret injection.

Developer & CI/CD Tools

GitHub Secrets

CI/CD

Encrypted secrets for GitHub Actions workflows. Scoped to organizations, repositories, or environments. Secrets are masked in logs and never exposed in pull requests from forks.

GitLab CI/CD Variables

CI/CD

Protected and masked variables for GitLab pipelines. Can be scoped to environments and protected branches. Integrates with external secret managers via native connectors.

SOPS (Mozilla)

Open Source

Encrypts values in YAML, JSON, ENV, and INI files while leaving keys in plaintext. Supports AWS KMS, GCP KMS, Azure Key Vault, and PGP for key management.

Secret Scanning & Detection

GitLeaks

Open Source

Scans git repositories for hardcoded secrets using regex and entropy analysis. Runs as a pre-commit hook or in CI/CD pipelines to prevent secrets from being committed.

TruffleHog

Open Source / Enterprise

Deep scanning of git history, filesystems, and S3 buckets for secrets. Verifies discovered credentials against live services to prioritize real exposures.

GitHub Secret Scanning

Platform Feature

Automatically detects tokens from 200+ service providers in public and private repos. Push protection blocks commits containing known secret patterns before they land.