Skip to content

Commit 0896c98

Browse files
Apply suggestions from code review
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com>
1 parent 276ba0f commit 0896c98

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/latest/releases/4-4-0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,26 +166,26 @@ After you've made the necessary mitigations, follow the [Upgrade instructions](/
166166
Agent and Workflow now authenticate with client credentials instead of password grants. The OAuth client must now be confidential with service accounts enabled, and its service account user must be granted any necessary roles. For Keycloak the following changes will need to be made:
167167

168168
#### Workflow Required Roles
169-
Workflow nwo requires the `bpmn:mutation` role to execute BPMNs that are not started by a user.
169+
Workflow now requires the `bpmn:mutation` role to execute BPMNs that are not started by a user.
170170

171171
1. In the left hand menu, select **Clients > `{{< param application_name >}}Baas`** and then select the **Roles** tab.
172172
1. Select **Create role**.
173173
1. Name the role `bpmn:mutation`.
174174
1. **Save**.
175-
1. In the left hand menu, select **Groups**.
175+
1. In the left-hand menu, select **Groups**.
176176
1. Select your admin group, and then select the **Role mapping** tab.
177177
1. Select **Assign role > Client roles**.
178178
1. Select `bpmn:mutation` from **`{{< param application_name >}}eBaas`**.
179179
1. **Assign**.
180180

181181
#### Configure Clients
182-
Clients will now need to be configured to use service account roles and have their service account user be added to the admin group.
182+
Clients now need to be configured to use service account roles and have their service account user be added to the admin group.
183183

184-
1. In the left hand menu, select **Clients > `{{< param application_name >}}Workflow`**.
185-
1. Under **Capability config** enable **Service account roles**.
184+
1. In the left-hand menu, select **Clients > `{{< param application_name >}}Workflow`**.
185+
1. Under **Capability config,** enable **Service account roles**.
186186
1. **Save**.
187187
1. Select the **Service account roles** tab.
188-
1. In the notice for "To manage details..." select the `service-account-{{< param application_name >}}workflow` link.
188+
1. In the notice "To manage details..." select the `service-account-{{< param application_name >}}workflow` link.
189189
1. Select the **Groups** tab.
190190
1. Select **Join Group**.
191191
1. Select your admin group, commonly named `{{< param application_name >}}AdminGroup`.

0 commit comments

Comments
 (0)