Skip to content

Commit 35189a5

Browse files
Fix issue: WorkspaceTaskSubType.META_DESCRIPTION
1 parent 23b84d4 commit 35189a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/fundamentals/account-owned-tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
While user tokens act on behalf of a particular user and inherit a subset of that user's permissions, account owned tokens allow you to set up durable integrations that can act as service principals with their own specific set of permissions. This approach is ideal for scenarios like CI/CD, or building integrations with external services like SEIMs where it is important that the integration continues working, even long after the user who configured the integration may have left your organization altogether. User tokens are better for ad hoc tasks like scripting, where acting as the user is ideal and durability is less of a concern.
1+
description: Explore account owned tokens in Cloudflare's API, ideal for CI/CD and integrations, with specific permissions and durability beyond user tokens.
22

33
## Create an account owned token
44

0 commit comments

Comments
 (0)