update vault token warning from 1.9->1.10 (#24884)

Fixes #24847
This commit is contained in:
Michael Schurter
2025-01-17 10:56:06 -08:00
committed by GitHub
parent 96e539ee87
commit 63dacd2d6e

View File

@@ -653,7 +653,7 @@ func (c *Command) setupAgent(config *Config, logger hclog.InterceptLogger, logOu
for _, vault := range config.Vaults {
if vault.Token != "" {
logger.Warn("Setting a Vault token in the agent configuration is deprecated and will be removed in Nomad 1.9. Migrate your Vault configuration to use workload identity.", "cluster", vault.Name)
logger.Warn("Setting a Vault token in the agent configuration is deprecated and will be removed in Nomad 1.10. Migrate your Vault configuration to use workload identity.", "cluster", vault.Name)
}
}