You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/latest/releases/4-4-0.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,26 +166,26 @@ After you've made the necessary mitigations, follow the [Upgrade instructions](/
166
166
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:
167
167
168
168
#### 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.
170
170
171
171
1. In the left hand menu, select **Clients > `{{< param application_name >}}Baas`** and then select the **Roles** tab.
172
172
1. Select **Create role**.
173
173
1. Name the role `bpmn:mutation`.
174
174
1.**Save**.
175
-
1. In the lefthand menu, select **Groups**.
175
+
1. In the left-hand menu, select **Groups**.
176
176
1. Select your admin group, and then select the **Role mapping** tab.
177
177
1. Select **Assign role > Client roles**.
178
178
1. Select `bpmn:mutation` from **`{{< param application_name >}}eBaas`**.
179
179
1.**Assign**.
180
180
181
181
#### 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.
183
183
184
-
1. In the lefthand 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**.
186
186
1.**Save**.
187
187
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.
189
189
1. Select the **Groups** tab.
190
190
1. Select **Join Group**.
191
191
1. Select your admin group, commonly named `{{< param application_name >}}AdminGroup`.
0 commit comments