mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Update atlas listener factory to use version with pre-release info.
This commit is contained in:
parent
3066ed3fed
commit
618949ae0b
3 changed files with 4 additions and 4 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().Version,
|
||||
Version: version.GetVersion().VersionNumber(),
|
||||
ResourceType: "vault-cluster",
|
||||
Meta: map[string]string{
|
||||
"node_id": config["node_id"],
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ description: |-
|
|||
{
|
||||
"cluster_id": "c9abceea-4f46-4dab-a688-5ce55f89e228",
|
||||
"cluster_name": "vault-cluster-5515c810",
|
||||
"version": "v0.6.1-dev"
|
||||
"version": "0.6.1-dev"
|
||||
"server_time_utc": 1469555798,
|
||||
"standby": false,
|
||||
"sealed": false,
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ description: |-
|
|||
"t": 3,
|
||||
"n": 5,
|
||||
"progress": 2,
|
||||
"version": "v0.6.1-dev"
|
||||
"version": "0.6.1-dev"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ description: |-
|
|||
"t": 3,
|
||||
"n": 5,
|
||||
"progress": 0,
|
||||
"version": "v0.6.1-dev",
|
||||
"version": "0.6.1-dev",
|
||||
"cluster_name": "vault-cluster-d6ec3c7f",
|
||||
"cluster_id": "3e8b3fec-3749-e056-ba41-b62a63b997e8"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue