-
Bug
-
Resolution: Cannot Reproduce
-
Normal
-
None
-
openshift-4.21
-
None
-
None
-
None
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
None
-
None
It affects Edit and Recreate silence actions as well.
Setup:
- create a user
- give the following permissions:
- `oc project openshift-monitoring`
-
- `oc adm policy add-role-to-user monitoring-edit ${Cypress.env('LOGIN_USERNAME')} -n openshift-monitoring`
-
-
`oc adm policy add-role-to-user monitoring-alertmanager-edit --role-namespace openshift-monitoring ${Cypress.env('LOGIN_USERNAME')}`
-
-
- `oc adm policy add-role-to-user view ${Cypress.env('LOGIN_USERNAME')} -n openshift-monitoring`
- `oc adm policy add-role-to-user view ${Cypress.env('LOGIN_USERNAME')} -n openshift-monitoring`
Steps:
- Login as user
- Go To Observe > Alerting -> notice you have namespace dropdown
- Select project/namespace: openshift-monitoring
- Switch to Silences tab
- Create a new silence
- Result: notice you have a label for namespace already added, as readonly, however the value is "empty" with "Value"

Expected Result: label value for namespace should be the same as on the top
- relates to
-
OU-949 As a dev user I want to be able to see the non-metric monitoring views inside the admin perspective
-
- Code Review
-
- links to