actions-marketplace-validations/secret manager action
a github action for secret management with encrypted secrets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config_file_path | The http path of the configuration file | yes | — |
| passphrase | The passphrase to decrypt the encrypted files | yes | — |
| type | The type to fetch the right encrypted files | yes | — |
| masked_keys | All the values are unmasked by default. You need to specify the keys to be masked, keys are separated by a common (,) character | no | — |
| exported_keys | You need to speicify the keys to be exported as env vars, keys are separated by a comma (,) character. Set to "*" to export all key-values as env vars. | no | — |
Outputs
no outputs