87350f927f
* agent/auto-auth: add exit_on_err configurable * changelog * Update backoff function to quit * Clarify doc * Fix test
22 lines
265 B
HCL
22 lines
265 B
HCL
pid_file = "./pidfile"
|
|
|
|
auto_auth {
|
|
method {
|
|
type = "aws"
|
|
wrap_ttl = 300
|
|
exit_on_err = true
|
|
config = {
|
|
role = "foobar"
|
|
}
|
|
max_backoff = "2m"
|
|
min_backoff = "5s"
|
|
}
|
|
|
|
sink {
|
|
type = "file"
|
|
config = {
|
|
path = "/tmp/file-foo"
|
|
}
|
|
}
|
|
}
|