mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-30 11:01:09 +02:00
Merge pull request #1658 from hashicorp/f-scada-fixes
Report the simple version string
This commit is contained in:
commit
3ff6ad8b87
@ -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…
x
Reference in New Issue
Block a user