
CyberArk Conjur is an open-source secrets management platform designed to secure non-human identities across modern infrastructure. It provides a centralized vault for credentials, API keys, certificates, and other sensitive data, with granular access control through policy-as-code RBAC.
The platform authenticates applications, containers, and automated tools before distributing secrets, ensuring that only authorized workloads can access protected resources. Conjur supports multiple authentication methods including API keys, JWT tokens, and cloud-native IAM integration with AWS, Azure, and GCP.
Native integrations with popular DevOps tools allow teams to eliminate hard-coded secrets from CI/CD pipelines, configuration management, and infrastructure-as-code. The platform provides comprehensive audit trails for compliance and supports secret rotation to minimize exposure windows.
Conjur provides end-to-end encryption through mutual TLS for certificate-based authentication. The policy-as-code approach enables security teams to define access rules in version-controlled files, while development teams manage workload identities.
The platform supports elastic environments through automated host enrollment and works across Kubernetes distributions including OpenShift, GKE, EKS, and AKS. Secretless application patterns allow workloads to retrieve credentials at runtime without storing them on disk.