hexlyoss/Consul Values
A Github Action that will pull k/v from consul and use as values for a mustache.js template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Agent address | — | — |
| port | Agent Port | yes | — |
| secure | Use HTTPS for agent communication | no | true |
| ca | Custom CA cert for Consul if needed | — | — |
| datacenter | Consul datacenter to use | no | dc1 |
| key | Consul key path to use | yes | — |
| token | Consul Token to use for accessing the index | no | — |
| template | Template file to parse | yes | — |
| out | Path to write the parsed template to | no | — |
| extras | Additional values to be used | no | — |
Outputs
no outputs