open-vault/command/agent/config/test-fixtures/config-cache-auto_auth-false.hcl

31 lines
415 B
HCL
Raw Normal View History

pid_file = "./pidfile"
auto_auth {
method {
type = "aws"
config = {
role = "foobar"
}
}
sink {
type = "file"
config = {
path = "/tmp/file-foo"
}
aad = "foobar"
dh_type = "curve25519"
dh_path = "/tmp/file-foo-dhpath"
}
}
cache {
use_auto_auth_token = "false"
}
listener "tcp" {
address = "127.0.0.1:8300"
tls_disable = true
}