pipedream-lockzero
v1.0.0
Published
Pipedream component package for LockZero — get, set, and rotate secrets in your Pipedream workflows
Downloads
126
Maintainers
Readme
pipedream-lockzero
Pipedream component package for LockZero — get, set, and rotate secrets inside your Pipedream workflows without hardcoding credentials.
Actions
| Key | Name | Description |
|---------------------------|------------------|--------------------------------------------------|
| lockzero-get-secret | Get Secret | Retrieve a secret by name and get its value |
| lockzero-set-secret | Set Secret | Create or update a secret in LockZero |
| lockzero-rotate-secrets | Rotate Secrets | Rotate all secrets in a namespace |
| lockzero-list-secrets | List Secrets | List all secrets, optionally filtered by namespace |
Structure
pipedream-lockzero/
app/
lockzero.app.mjs App definition with propDefinitions and API methods
components/lockzero/
actions/
get-secret/get-secret.mjs
set-secret/set-secret.mjs
rotate-secrets/rotate-secrets.mjs
list-secrets/list-secrets.mjsAuthentication
This package connects to LockZero using an API key. To connect:
- Log into your LockZero workspace
- Navigate to Settings → API Keys
- Create an API key (starts with
lz_live_) - In Pipedream, when adding a LockZero action, click Connect LockZero and paste your API key
Usage in Pipedream
Publishing to the Pipedream component registry
pd publish components/lockzero/actions/get-secret/get-secret.mjs
pd publish components/lockzero/actions/set-secret/set-secret.mjs
pd publish components/lockzero/actions/rotate-secrets/rotate-secrets.mjs
pd publish components/lockzero/actions/list-secrets/list-secrets.mjsUsing locally (development)
pd dev components/lockzero/actions/get-secret/get-secret.mjsLicense
MIT © LockZero
