You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruler's alertmanager_client config section does not have tls_enabled param. I am not sure if that is a bug, but other config sections with TLS settings do have such param.
# mimir -config.file /etc/mimir/mimir-ruler.yml
error loading config from /etc/mimir/mimir-ruler.yml: Error parsing config file: yaml: unmarshal errors:
line 141: field tls_enabled not found in type ruler.NotifierConfig
Expected behavior
Alertmanager client config for ruler was expected to have tls_enabled toggle.
Environment
# mimir --version
Mimir, version 2.3.1 (branch: release-2.3, revision: 64a71a566)
go version: go1.18.4
platform: linux/amd64
# uname -r
4.18.0-372.13.1.el8_6.x86_64
Additional Context
Configuration reference doc does not mention tls_enabled in ruler's alertmanager client config either.
The text was updated successfully, but these errors were encountered:
You're right. The tls_enabled config option is not available for the ruler's alertmanager client, but TLS is still supported. Basically in the ruler's alertmanager client, TLS is implicitly enabled as soon as you set any TLS-related configuration option.
That being said, I understand this configuration discrepancy can be misleading and we could work to fix it. Willing to give it a try? I could offer some guidance.
Describe the bug
Ruler's alertmanager_client config section does not have tls_enabled param. I am not sure if that is a bug, but other config sections with TLS settings do have such param.
To Reproduce
Steps to reproduce the behavior:
In Mimir config add this bit:
Start Mimir:
Expected behavior
Alertmanager client config for ruler was expected to have tls_enabled toggle.
Environment
Additional Context
Configuration reference doc does not mention tls_enabled in ruler's alertmanager client config either.
The text was updated successfully, but these errors were encountered: