rynodivino/JSON Secrets Parser
Reads a JSON-stringified secrets and extracts keys, then sets them to outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | A stringified JSON object containing secrets (or anything) | yes | — |
| keys | An comma separated of keys to parse out of the json object (e.g. staging.user, staging.pw) | yes | — |
Outputs
| name | description |
|---|---|
| key | The key + value of each key input (e.g. staging.user returns and output {user:"Joe Username"}) |