Report the simple version string
This commit is contained in:
parent
5edfa8bfce
commit
41ed3de3b1
|
@ -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 New Issue