barecheck/Cerberus Pull Secret

Fetch a decrypted file or .env keys from Cerberus in CI

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostnameCerberus app origin (e.g. https://vault.example.com)yes
api-keyCI access token (Bearer); use GitHub Secretsyes
secretPath as collection/relative/path (e.g. my-team/prod/.env)yes
output-pathWhere to write the file when mode is exportno
modeexport (write file) or env (set environment variables)noexport
pickmode=env only, required. Keys to load from a .env file: use a block scalar (|) with standard YAML list lines ("- KEY") or comma-separated names. For a raw (non-.env) file, one env name; exported name is env_prefix + that name. (with.* values are strings; a nested YAML list under pick is not valid for GitHub Actions.) no
env_prefixPrefix prepended to every exported environment variable name (mode=env).no""

no outputs