mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
secrets: validate name and update client config (#26447)
This commit is contained in:
@@ -251,6 +251,9 @@ type ClientConfig struct {
|
||||
// It can be passed as a command line argument to the agent, set via an
|
||||
// environment variable, or placed in a file at "${data_dir}/intro_token".
|
||||
IntroToken string `hcl:"-"`
|
||||
// CommonPluginDir is the root directory for plugins that implement
|
||||
// the common plugin interface
|
||||
CommonPluginDir string `hcl:"common_plugin_dir"`
|
||||
|
||||
// Servers is a list of known server addresses. These are as "host:port"
|
||||
Servers []string `hcl:"servers"`
|
||||
|
||||
Reference in New Issue
Block a user