Skip to content

Commit d63ca5b

Browse files
bnelzBrandon Nelsoncrwaters16
authored andcommitted
Adds account owned tokens getting started (#17105)
* Adds account owned tokens getting started * Apply suggestions from code review Co-authored-by: Claire W <[email protected]> * Update src/content/partials/fundamentals/account-owned-tokens.mdx --------- Co-authored-by: Brandon Nelson <[email protected]> Co-authored-by: Claire W <[email protected]>
1 parent 689be0b commit d63ca5b

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Account Owned Tokens
3+
pcx_content_type: how-to
4+
sidebar:
5+
order: 6
6+
head: []
7+
description: Learn what account owned tokens are, when to use them, and what they currently work with
8+
9+
---
10+
11+
import { Render } from "~/components"
12+
13+
<Render file="account-owned-tokens" product="fundamentals" />
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
3+
[]
4+
5+
---
6+
7+
## What are Account Owned Tokens?
8+
9+
Account Owned Tokens are Cloudflare's first step to represent service principals in our service. Account Owned Tokens are currently in Open Beta.
10+
Cloudflare is working to enable all features to be compatible with Account Owned tokens, and a short compatibility list is provided below.
11+
If you are working with a product or feature that is not currently supported by Account Owned Tokens, continue to use the existing user tokens.
12+
User tokens will continue to work, and we do not have plans to deprecate them.
13+
14+
Account Owned Tokens are visible for Super Administrators of accounts on the Cloudflare dashboard via **Manage Account** > **API Tokens**.
15+
The existing token creation UI is available and can also be accessed from the API at /accounts/:accountID/tokens.
16+
17+
Try using Account Owned Tokens specifically in these scenarios:
18+
19+
1. If you require business continuity when managing tokens as a team of super administrators
20+
2. If you need to restrict API access on your account and want to centralize visibility and management of these tokens
21+
22+
## Account Owned Tokens Compatibility Matrix
23+
24+
Account Owned Tokens are a new credential type that is in Open Beta. This is the list of currently supported products and their compatability status.
25+
26+
| Product | Compatible |
27+
| ------------------------------- | ----------------------- |
28+
| Account Management ||
29+
| Account Analytics ||
30+
| Zero Trust Devices and Services ||
31+
| Stream ||
32+
| Pages ||
33+
| Speed ||
34+
| Images ||
35+
| Zone/Domain Management ||
36+
| Workers ||
37+
| Workers Queues ||
38+
| Workers KV ||
39+
| Workers AI ||
40+
| Workers Observability ||
41+
| Durable Objects ||
42+
| R2 ||
43+
| Tunnels ||
44+
| Cache ||
45+
| Rulesets ||
46+
| Custom Pages ||
47+
| Cloud Connector ||
48+
| Trace ||
49+
| Configuration Rules ||
50+
| DNS | Partial (Non-analytics) |
51+
| SQL ||
52+
| Access ||
53+
| Magic WAN ||
54+
| Magic Transit ||
55+
| Magic Network Monitoring ||
56+
| Managed Rules ||
57+
| Load Balancing ||
58+
| Spectrum ||
59+
| Pub/Sub ||
60+
| Distributed Web ||
61+
| Radar ||
62+
| Data Loss Prevention ||
63+
| Network Error Logging ||
64+
| Super Bot Fight Mode ||
65+
| Page Shield ||
66+
| AI Gateway ||
67+
| Turnstile ||
68+
| AMP ||
69+
| API Shield ||
70+
| Billing ||
71+
| Cloudchamber ||
72+
| Digital Experience Monitoring ||
73+
| Intel Data Platform ||
74+
| Email Relay ||
75+
| Gateway Filtering ||
76+
| Healthchecks ||
77+
| Log Explorer ||
78+
| Zero Trust Client Platform ||
79+
| Registrar ||
80+
| Hyperdrive ||
81+
| Vectorize ||
82+
| Waiting Room ||
83+
| Zaraz ||

0 commit comments

Comments
 (0)