Bug 1807660
Summary: | Could create alert receiver with same name from console | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | David Taylor <dtaylor> |
Component: | Management Console | Assignee: | David Taylor <dtaylor> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 4.4 | CC: | aos-bugs, bpeterse, jcaiani, jokerman, yanpzhan, yapei |
Target Milestone: | --- | ||
Target Release: | 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Admin -> Cluster Settings -> Global Config -> Alertmanager -> "Create Receiver". Create two receiver's with the same name.
Consequence: Routing labels associated with one, are also associated with the other. When deleting one of the receivers, all receivers with same name are deleted.
Fix: Added validation to prevent creation of a Receiver with name of already existing receiver.
Result: When one attempts to create a receiver with a name of an already existing receiver, an error message is displayed "A receiver with that name already exists" and the Save button is disabled until the name is changed.
|
Story Points: | --- |
Clone Of: | 1805133 | Environment: | |
Last Closed: | 2020-05-13 22:00:12 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: | 1805133 | ||
Bug Blocks: |
Description
David Taylor
2020-02-26 20:59:18 UTC
Dropping this down to low. We have a PR opened against 4.5 with something in flight, but should not block release on a validation issue. Nice to have. Checked on OCP 4.4 with payload 4.4.0-0.nightly-2020-03-05-194612. Steps to verify: 1. Create slack type alert receiver with name "test", could create successfully. 2. Create webhook type alert receiver with name "test", there is prompt info "A receiver with that name already exists." and "Create" button is disabled. The bug is fixed, so move it to "Verified". Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581 |