mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
server: Add new server.client_introduction config block. (#26315)
The new configuration block exposes some key options which allow cluster administrators to control certain client introduction behaviours. This change introduces the new block and plumbing, so that it is exposed in the Nomad server for consumption via internal processes.
This commit is contained in:
6
command/agent/testdata/basic.hcl
vendored
6
command/agent/testdata/basic.hcl
vendored
@@ -168,6 +168,12 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
client_introduction {
|
||||
enforcement = "warn"
|
||||
default_identity_ttl = "5m"
|
||||
max_identity_ttl = "30m"
|
||||
}
|
||||
|
||||
license_path = "/tmp/nomad.hclic"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user