Skip to content

Commit ca62bde

Browse files
committed
Minor changes
1 parent add18a1 commit ca62bde

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/observe/scorecards/con-best-practices-for-threshold-rules.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Order the rules from the most restrictive value range to the least restrictive t
2525
# Correct Example: Order from most restrictive (Success) to least restrictive (Error)
2626
rules:
2727
- key: success
28-
expression: '<10' # Only values below 15
28+
expression: '<10' # Only values below 10
2929
- key: warning
3030
expression: '10-50' # Only values between 10 and 50
3131
- key: error

modules/observe/scorecards/proc-authenticating-and-managing-scorecard-plugins.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ See {authorization-book-link}#ref-rbac-permission-policies_title-authorization[P
2020
** To use the RBAC Web UI, complete the following steps:
2121
... In your {product} menu, go to *Administration > RBAC*.
2222
... Select or create the *Role* to which you want to grant access to the Scorecards.
23-
... To enable read access for the Scorecard plugin, add a policy with the following details and click *Next*:
24-
**** *Permission*: `scorecard.metric.read`
25-
**** *Action*: `read`
26-
**** *Effect*: `allow`
23+
... To enable read access for the Scorecard plugin, in *Add permission policies*, select *Scorecard* from the plugins dropdown.
24+
... Expand *Scorecard*, select *policy* with the following details, and click *Next*:
25+
**** *Name*: `scorecard.metric.read`
26+
**** *Permission*: `read`
2727

2828
image::rhdh/scorecard-create-role.png[]

0 commit comments

Comments
 (0)