open-vault/command/agent/config/test-fixtures/bad-config-method-wrapping-...

20 lines
207 B
HCL

pid_file = "./pidfile"
auto_auth {
method {
type = "aws"
wrap_ttl = 300
config = {
role = "foobar"
}
}
sink {
type = "file"
wrap_ttl = 300
config = {
path = "/tmp/file-foo"
}
}
}