CyberArk Conjur
Authentication
Requires a username and API key populated in your environment:
CONJUR_AUTHN_LOGINCONJUR_AUTHN_API_KEY
Requires a .conjurrc file in your User's home directory:
---
account: conjurdemo
plugins: []
appliance_url: https://conjur.example.com
cert_file: ""
accountis the organization account created during initial deploymentpluginswill be blankappliance_urlshould be the Base URI for the Conjur servicecert_fileshould be the public key certificate if running in self-signed mode
Features
| Feature | Value |
|---|---|
| Sync | no sync: accepting PR |
| Mapping | yes |
| Modes | read+write |
Key format
env_sync- not supported to comply with least-privilege modelenv- the secret variable path in Conjur Secrets Manager
Example Config
cyberark_conjur:
env:
DB_USERNAME:
path: /secrets/prod/pgsql/username
DB_PASSWORD:
path: /secrets/prod/pgsql/password