Skip to content

Commit

Permalink
backport of commit 63dacd2
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael authored Jan 17, 2025
1 parent 3a1fa84 commit 022fc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,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)
}
}

Expand Down

0 comments on commit 022fc1b

Please sign in to comment.