-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port: Telemetry For Lease Expiration Times #10375
Conversation
Storage: &Storage{ | ||
Type: "consul", | ||
RedirectAddr: "foo", | ||
Config: map[string]string{ | ||
"foo": "bar", | ||
}, | ||
}, | ||
|
||
HAStorage: &Storage{ | ||
Type: "consul", | ||
RedirectAddr: "snafu", | ||
Config: map[string]string{ | ||
"bar": "baz", | ||
}, | ||
DisableClustering: true, | ||
}, | ||
|
||
ServiceRegistration: &ServiceRegistration{ | ||
Type: "consul", | ||
Config: map[string]string{ | ||
"foo": "bar", | ||
}, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little surprised that all this has to be in this test, why not focus on just the telemetry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't was a copy/paste from another test. I can remove it!
Port from: https://github.com/hashicorp/vault-enterprise/pull/1509/files