secrets: validate name and update client config (#26447)

This commit is contained in:
Michael Smithhisler
2025-08-08 15:08:04 -04:00
parent 68167254e8
commit 9950ef515c
4 changed files with 32 additions and 9 deletions

View File

@@ -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"`