feat(remco): Add remco config file
This commit is contained in:
parent
5d11328a5b
commit
797a010dd0
18
config.toml
Normal file
18
config.toml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
log_level = "debug"
|
||||||
|
log_format = "text"
|
||||||
|
retries = 0
|
||||||
|
|
||||||
|
[[resource]]
|
||||||
|
name = "${DOCKER_GROUP_NAME}"
|
||||||
|
|
||||||
|
[[resource.template]]
|
||||||
|
src = "${REMCO_DOCKER_CONFIG}/templates.d/${DOCKER_GROUP_NAME}/fqdn-context.env"
|
||||||
|
dst = "${REMCO_DOCKER_CONFIG}/rendered.d/${DOCKER_GROUP_NAME}/${DOCKER_FQDN}_${DOCKER_CTX}.env"
|
||||||
|
|
||||||
|
[resource.backend]
|
||||||
|
[resource.backend.vault]
|
||||||
|
node = "${VAULT_ADDR}"
|
||||||
|
auth_type = "token"
|
||||||
|
auth_token = "${VAULT_TOKEN}"
|
||||||
|
onetime = true
|
||||||
|
keys = ["${VAULT_KEY}"]
|
Loading…
x
Reference in New Issue
Block a user