dd2ced661b
* agent: add disable_keep_alives configurable * Add empty test * Add website doc * Change to disable_idle_connections * Update tests and doc * Add note about env * Changelog * Change to slice * Remove unused disable keep alive methods * Add invalid value test
28 lines
421 B
HCL
28 lines
421 B
HCL
pid_file = "./pidfile"
|
|
disable_idle_connections = ["foo","caching","templating"]
|
|
|
|
auto_auth {
|
|
method {
|
|
type = "aws"
|
|
namespace = "my-namespace/"
|
|
|
|
config = {
|
|
role = "foobar"
|
|
}
|
|
}
|
|
|
|
sink {
|
|
type = "file"
|
|
config = {
|
|
path = "/tmp/file-foo"
|
|
}
|
|
aad = "foobar"
|
|
dh_type = "curve25519"
|
|
dh_path = "/tmp/file-foo-dhpath"
|
|
}
|
|
}
|
|
|
|
vault {
|
|
address = "http://127.0.0.1:1111"
|
|
}
|