Skip to content
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

Merged
merged 2 commits into from
Jul 30, 2024
Merged

added gossipConfig for VMAlertmanager #1051

merged 2 commits into from
Jul 30, 2024

Conversation

AndrewChubatiuk
Copy link
Contributor

@AndrewChubatiuk AndrewChubatiuk commented Jul 30, 2024

Added gossipConfig for VMAlertmanager

// 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"`
Copy link
Collaborator

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.

f41gh7
f41gh7 previously approved these changes Jul 30, 2024
Copy link
Collaborator

@f41gh7 f41gh7 left a 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

@AndrewChubatiuk AndrewChubatiuk changed the title added client tls configuration added gossipConfig for VMAlertmanager Jul 30, 2024
@AndrewChubatiuk
Copy link
Contributor Author

Done

Copy link
Collaborator

@f41gh7 f41gh7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@f41gh7 f41gh7 merged commit 7f0d74d into master Jul 30, 2024
2 checks passed
@f41gh7 f41gh7 deleted the am-mtls branch July 30, 2024 09:54
@f41gh7
Copy link
Collaborator

f41gh7 commented Jul 30, 2024

Thanks for contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants