vault/command/agent/config/test-fixtures/config-env-templates-with-source.hcl

17 lines
261 B
HCL

auto_auth {
method {
type = "token_file"
config {
token_file_path = "/home/username/.vault-token"
}
}
}
env_template "MY_PASSWORD" {
source = "/path/on/disk/to/template.ctmpl"
}
exec {
command = ["/path/to/my/app", "arg1", "arg2"]
}