mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
agent: Fix agent generate-config to accept namespace (#21297)
This commit is contained in:
committed by
GitHub
parent
8b30657ddc
commit
3908ec9dc4
@@ -87,7 +87,8 @@ Usage: vault agent generate-config [options] [path/to/config.hcl]
|
||||
}
|
||||
|
||||
func (c *AgentGenerateConfigCommand) Flags() *FlagSets {
|
||||
set := NewFlagSets(c.UI)
|
||||
// Include client-modifying flags (-address, -namespace, etc.)
|
||||
set := c.flagSet(FlagSetHTTP)
|
||||
|
||||
// Common Options
|
||||
f := set.NewFlagSet("Command Options")
|
||||
|
||||
Reference in New Issue
Block a user