rynodivino/JSON Secrets Parser

Reads a JSON-stringified secrets and extracts keys, then sets them to outputs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
secretsA stringified JSON object containing secrets (or anything)yes
keysAn comma separated of keys to parse out of the json object (e.g. staging.user, staging.pw)yes
namedescription
keyThe key + value of each key input (e.g. staging.user returns and output {user:"Joe Username"})