mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 12:37:02 +02:00
17 lines
261 B
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"]
|
|
}
|