bn-digital/vault-env
Populates .env file with values, provided by Hashicorp's Vault
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | Vault endpoint, e.g. https://vault.your-company.com. | yes | — |
| template | Dotenv template file in project root to read key=value pairs from | no | .env.dist |
| target | Dotenv file in project root to write key=value pairs from | no | .env |
| provider | Authentication provider (currently supported: github) | no | github |
| working-directory | Workspace directory (default is current repository working dir) | no | "" |
| token | Authentication token used by Vault to auth with specified provider | no | "" |
Outputs
no outputs