-
Notifications
You must be signed in to change notification settings - Fork 143
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
added gossipConfig for VMAlertmanager #1051
Conversation
// ClientCAFile defines path to the pre-mounted file with CA | ||
// mutually exclusive with ClientCASecretRef | ||
ClientCAFile string `json:"client_ca_file,omitempty"` | ||
CASecretRef *v1.SecretKeySelector `json:"ca_secret_ref,omitempty"` |
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'd suggest to keep old naming, since it less confuses users.
For webserver tls config client_ca_file
entry looks easy to understand and do not confuse, when you use documentation from http traffic configuration page https://prometheus.io/docs/alerting/latest/https/#http-traffic
Yes, it requires some copy-paste. But it's acceptable trade-off.
5ef1c42
to
39b9416
Compare
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.
LGTM
Please update changelog
Done |
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.
LGTM
Thanks for contribution. |
Added gossipConfig for VMAlertmanager