tspascoal/Azure Keyvault Mapper
Maps values obtained from keyvault
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | Operation type. "map" to map values or "keys" to get keys (comma separated) | yes | map |
| map | The mapping. Maps keys from source to target. Map is in JSON format [{"sourceKey1": "mappedKey1"},..,{"sourceKeyN": "mappedKeyN"}]" | yes | — |
| secrets | the output of Azure/get-keyvault-secrets action. Pass as in an expreesssion: toJSON(steps.GETKEYVID.outputs | no | — |
Outputs
| name | description |
|---|---|
| keys | The list of keys (separated with comma) |