mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 22:02:19 -04:00
Report the simple version string
This commit is contained in:
parent
c82deca288
commit
6135e246e3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ func (s *SCADAListener) Addr() net.Addr {
|
|||
func atlasListenerFactory(config map[string]string, logger io.Writer) (net.Listener, map[string]string, ReloadFunc, error) {
|
||||
scadaConfig := &scada.Config{
|
||||
Service: "vault",
|
||||
Version: version.GetVersion().String(),
|
||||
Version: version.GetVersion().Version,
|
||||
ResourceType: "vault-cluster",
|
||||
Meta: map[string]string{
|
||||
"node_id": config["node_id"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue