mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Don't validate a dev listen address as that makes a proper Docker
entrypoint difficult. Fixes #1762
This commit is contained in:
@@ -130,10 +130,6 @@ func (c *ServerCommand) Run(args []string) int {
|
||||
c.Ui.Error("Root token ID can only be specified with -dev")
|
||||
flags.Usage()
|
||||
return 1
|
||||
case devListenAddress != "":
|
||||
c.Ui.Error("Development address can only be specified with -dev")
|
||||
flags.Usage()
|
||||
return 1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user