Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/en/actions/workflows/access_and_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ To create a service account for a workflow, you must have either the Datadog adm
You can dynamically create a service account for your workflow when you [add an automatic trigger][4].

1. Click the cog (**Settings**) icon.
1. Click **Manage workflow identity**.
1. Select **Run as Service Account**.
1. Click **Manage ownership and identity**.
1. Click **Run as Service Account**.
1. Select a role for your service account user or select an existing Service Account.
1. Click **Save** to save the service account and apply the changes.

Expand All @@ -51,14 +51,14 @@ When you run a workflow, the service account user resolves the connections defin
#### View service account details

1. Click the cog (**Settings**) icon.
1. Select **Manage workflow identity**.
1. Click **Manage ownership and identity**.
1. Click on your service account next to *Run As*.

#### Remove a service account associated with a workflow

1. Click the cog (**Settings**) icon.
1. Select **Manage workflow identity**.
1. Click **Remove service account**.
1. Click **Manage ownership and identity**.
1. Click **Change service account**.

## Action credentials

Expand Down
Loading