mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Added chroot namespace to listener config printing (#23205)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user