ahton89/vault-reader
Read full secret from vault as JSON
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vault_addr | Vault address | yes | — |
| vault_path | Vault path to secret | yes | — |
| vault_role_id | Vault role id | yes | — |
| vault_secret_id | Vault secret id | yes | — |
| vault_secret_version | Version of secret | no | "" |
| to_base64 | Convert JSON to BASE64 string | no | false |
Outputs
| name | description |
|---|---|
| data | Readed json data |