Bug 2020628
Summary: | Prometheus alertmanager reports msg="Error on notify" Post https://xxxx:8444/api/prometheus_receiver: x509: cannot validate certificate for XXX because it doesn't contain any IP SANs" | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Francesco Pantano <fpantano> | |
Component: | Cephadm | Assignee: | Adam King <adking> | |
Status: | CLOSED ERRATA | QA Contact: | Sunil Angadi <sangadi> | |
Severity: | high | Docs Contact: | Mary Frances Hull <mhull> | |
Priority: | unspecified | |||
Version: | 4.1 | CC: | adking, agunn, aschoen, ceph-eng-bugs, ceph-qe-bugs, dsavinea, epuertat, gabrioux, gfidente, gjose, gmeno, johfulto, mhackett, mhull, mmuench, nthomas, rkhambad, rmandyam, sangadi, sorkim, tserlin, vereddy, ykaul | |
Target Milestone: | --- | |||
Target Release: | 5.1z1 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | ceph-16.2.7-106.el8cp | Doc Type: | Enhancement | |
Doc Text: |
.Users can now set up the Alertmanager to not verify certificates
Previously, the Alertmanager would report errors about verifying the certificates if they used the fully-qualified domain name (FQDN) instead of IPs or if they could not be verified for any other reason.
With this release, by default, the Alertmanager is deployed with `insecure_skip_verify` parameter as `true` to skip certificate verification. You can turn on the certification by setting the `secure` parameter to `true` in the Alertmanager service specification file:
.Example
----
service_type: alertmanager
spec:
secure: true
----
|
Story Points: | --- | |
Clone Of: | 1978869 | |||
: | 2038798 (view as bug list) | Environment: | ||
Last Closed: | 2022-05-18 10:38:15 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1902212 | |||
Bug Blocks: | 1820257, 2085458 |
Comment 19
errata-xmlrpc
2022-05-18 10:38:15 UTC
|