mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Added chroot namespace to listener config printing (#23205)
This commit is contained in:
parent
1996c186df
commit
fe7f56b3a9
@ -931,6 +931,10 @@ func (c *ServerCommand) InitListeners(config *server.Config, disableClustering b
|
||||
}
|
||||
props["max_request_duration"] = lnConfig.MaxRequestDuration.String()
|
||||
|
||||
if lnConfig.ChrootNamespace != "" {
|
||||
props["chroot_namespace"] = lnConfig.ChrootNamespace
|
||||
}
|
||||
|
||||
lns = append(lns, listenerutil.Listener{
|
||||
Listener: ln,
|
||||
Config: lnConfig,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user