Skip to content

Commit 67f4a2f

Browse files
edits + aot mentions
1 parent d3d9fc7 commit 67f4a2f

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

src/content/changelogs/fundamentals.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
88
- publish_date: "2024-12-06"
9-
title: SCIM self-serve
9+
title: Dashboard SCIM is now fully self-serve
1010
description: |-
11-
Enterprise customers using Okta or Microsoft Entra can now provision access to the Cloudflare dashboard with SCIM. Refer to the [SCIM setup documentation](fundamentals/setup/account/account-security/scim-setup/) for more details.
11+
Dashboard SCIM is now self-serve. Previously, users configuring SCIM required assistance from Cloudflare to configure SCIM to onboard users. Now, with account owned tokens, SCIM can be configured by Enterprise customers that use Okta or Microsoft Entra without any assistance from Cloudflare. Refer to the [SCIM documentation](fundamentals/setup/account/account-security/scim-setup/) for more details.
1212
- publish_date: "2024-09-26"
13-
title: Account Owned Tokens
13+
title: Account owned tokens
1414
description: |-
15-
Customers can now create API Tokens that are owned by their account. Refer to the [Account Owned Tokens documentation](/fundamentals/api/get-started/account-owned-tokens/) or the [blog post]( https://blog.cloudflare.com/account-owned-tokens-automated-actions-zaraz/) for more details.
15+
Account owned tokens are now generally available. Unlike user-owned tokens, account owned tokens are tied with the Cloudflare account instead of the user that created them. This ensures that long term integrations like CI/CD are not broken if the user that set it up leaves your organization. Refer to the [Account owned tokens documentation](/fundamentals/api/get-started/account-owned-tokens/) or the [blog post]( https://blog.cloudflare.com/account-owned-tokens-automated-actions-zaraz/) for more details.
1616
- publish_date: "2024-09-24"
1717
title: Terraform v5 SDK Preview
1818
description: |-
19-
Terraform v5 SDK is now available as a preview. Refer to the [Terraform documentation](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade) or the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
19+
The Terraform v5 Provider is now available as a preview. This new provider is automatically generated based on the OpenAPI Specifications for our REST API, and provides improved user experiences overall. Refer to the [Terraform documentation](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade) or the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
2020
- publish_date: "2024-09-24"
21-
title: API Documentation preview page
21+
title: API Documentation Preview
2222
description: |-
23-
Customers can now preview the new API documentation page. Refer to the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
23+
Cloudflare's API documentation is now [available in preview](https://developers.cloudflare.com/api-next/) with new automatically generated documentation. This documentation includes code snippets that refer to language specific SDKs to make it easier to get started than ever. Refer to the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.

src/content/docs/fundamentals/api/get-started/account-owned-tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Account Owned Tokens
2+
title: Account owned tokens
33
pcx_content_type: how-to
44
sidebar:
55
order: 6

src/content/docs/fundamentals/setup/account/account-security/scim-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Accounts provisioned with SCIM need to verify their email addresses.
3838

3939
:::note
4040

41-
Cloudflare recommends using Account Owned API Tokens for SCIM Provisioning. Using user-specific API tokens, while supported, will lead to a broken SCIM connection in the event that the user's policies are revoked from the account with the SCIM integration. Learn more about [Account Owned Tokens](/fundamentals/api/get-started/account-owned-tokens/).
41+
Cloudflare recommends using Account Owned API Tokens for SCIM Provisioning. Using user-specific API tokens, while supported, will lead to a broken SCIM connection in the event that the user's policies are revoked from the account with the SCIM integration. Learn more about [account owned tokens](/fundamentals/api/get-started/account-owned-tokens/).
4242
:::
4343

4444
2. Under **Account Resources**, select the specific account to include or exclude from the dropdown menu, if applicable.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44

55
---
66

7-
Account Owned Tokens are the first step that Cloudflare is taking to represent service principals in our service.
7+
Account owned tokens are the first step that Cloudflare is taking to represent service principals in our service.
88

9-
Cloudflare is working to ensure that all features eventually become compatible with Account Owned Tokens.
9+
Cloudflare is working to ensure that all features eventually become compatible with account owned tokens.
1010

11-
If you are working with a service that is not currently supported by Account Owned Tokens, it is recommended that you continue to use the existing user tokens.
11+
If you are working with a service that is not currently supported by account owned tokens, it is recommended that you continue to use the existing user tokens.
1212

1313
:::note
1414
User tokens will continue to work and we do not have plans to deprecate them.
1515
:::
1616

17-
Account Owned Tokens are available to all customers. Super Administrators of accounts on the [Cloudflare dashboard](https://dash.cloudflare.com/) can find them via **Manage Account** > **API Tokens**.
17+
Account owned tokens are available to all customers. Super Administrators of accounts on the [Cloudflare dashboard](https://dash.cloudflare.com/) can find them via **Manage Account** > **API Tokens**.
1818

1919
You can still create tokens using the Cloudflare dashboard, and it can also be accessed via the API at `/accounts/<accountID>/tokens`.
2020

21-
Try using Account Owned Tokens specifically in these scenarios:
21+
Try using account owned tokens specifically in these scenarios:
2222

2323
- You require business continuity when managing tokens as a team of super administrators.
2424
- You need to restrict API access on your account and want to centralize visibility and management of these tokens.
2525

2626
## Compatibility matrix
2727

28-
Account Owned Tokens are a new credential type that is currently in open beta. Refer to the table below for products currently supported and their compatibility status.
28+
Account owned tokens are a new credential type that is currently in open beta. Refer to the table below for products currently supported and their compatibility status.
2929

3030
| Product | Compatible |
3131
| ------------------------------- | ----------------------- |

src/content/partials/fundamentals/create-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Before you begin, [find your zone and account IDs](/fundamentals/setup/find-acco
1313

1414
:::
1515

16-
1. Determine if you want a user token or an [Account Owned Token](/fundamentals/api/get-started/account-owned-tokens/). Use Account Owned Tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).
16+
1. Determine if you want a user token or an [Account owned token](/fundamentals/api/get-started/account-owned-tokens/). Use Account owned tokens if you prefer service tokens that are not associated with users and your [desired API endpoints are compatible](/fundamentals/api/get-started/account-owned-tokens/#compatibility-matrix).
1717

1818
2. From the [Cloudflare dashboard](https://dash.cloudflare.com/profile/api-tokens/), go to **My Profile** > **API Tokens** for user tokens. For Account Tokens, go to **Manage Account** > **API Tokens**.
1919

0 commit comments

Comments
 (0)