Skip to content

Commit 27a4d8e

Browse files
committed
Incorporated tech changes
1 parent 6f08f37 commit 27a4d8e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ p, role:default/scorecard-viewer, catalog.entity.read, read, allow
1818
See {authorization-book-link}#ref-rbac-permission-policies_title-authorization[Permission policies reference].
1919

2020
** To use the RBAC Web UI, complete the following steps:
21-
... In your {product} menu, go to *Settings > Role Based Access Control (RBAC)*.
21+
... In your {product} menu, go to *Settings > 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:
23+
... To enable read access for the Scorecard plugin, add a policy with the following details and click *Next*:
2424
**** *Permission*: `scorecard.metric.read`
2525
**** *Action*: `read`
2626
**** *Effect*: `allow`
2727

2828
. Provide users access to specific metrics by their identifiers by using a conditional policy to restrict access, for example, only to the GitHub Open PRs metric (`github.open_prs`) using any of the following ways:
2929
** {audit-log-book-link}#managing-authorizations-by-using-the-web-ui[Using the Web UI].
30-
** Using the file as shown in the following code:
30+
** defining the conditional policies in an `rbac-conditional-policies.yaml` file as shown in the following code:
3131
+
3232
[source,yaml]
3333
----

modules/observe/scorecards/proc-configuring-github-scorecards-in-rhdh-instance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ scorecard:
102102
expression: '>50'
103103
----
104104
+
105-
`scorecard:plugins:github:open_prs:threshold`:: Lists the custom threshold values for the GitHub metrics.
105+
`scorecard:plugins:github:open_prs:threshold`:: Lists the default threshold values for the GitHub metrics.
106106

107107
[NOTE]
108108
====

modules/observe/scorecards/proc-configuring-jira-scorecards-in-rhdh-instance.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The following Jira versions are supported:
2525
----
2626
echo -n 'your-atlassian-email:your-jira-api-token' | base64
2727
----
28-
** Jira Data Center: Create and use a Personal Access Token (PAT) directly.
28+
** Jira datacenter: Create and use a Personal Access Token (PAT) in your Jira datacenter account.
2929

3030
. Configure the Jira Scorecard plugin in your `{product-very-short} dynamic-plugins-config.yaml` using either a direct setup or a proxy setup.
31-
** Use a direct setup (Recommended for simpler environments): Add the following code to your `{product-very-short} dynamic-plugins-config.yaml`:
31+
.. Use a direct setup (Recommended for simpler environments): Add the following code to your `{product-very-short} dynamic-plugins-config.yaml`:
3232
+
3333
[source,yaml]
3434
----
@@ -104,7 +104,7 @@ spec:
104104

105105
where:
106106

107-
`jira/project-key`:: Enter the Jira project key.
107+
`jira/project-key`:: Required: Enter the Jira project key.
108108
`jira/component`:: Optional: Enter the Jira component name.
109109
`jira/label`:: Optional: Enter the Jira label.
110110
`jira/team`:: Optional: Enter the Jira team ID (not the team title).

0 commit comments

Comments
 (0)