add beta label

Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
Craig 2024-09-24 13:16:59 -07:00
parent c2d25644b0
commit 3c4b9accc2
No known key found for this signature in database
GPG Key ID: 497A5E49261C73B5
1 changed files with 6 additions and 5 deletions

View File

@ -3,18 +3,19 @@ title: Organization access tokens
description: Learn how to create and manage organization access tokens
to securely push and pull images programmatically.
keywords: docker hub, security, OAT, organization access token
linkTitle: Organization access tokens (Beta)
---
> [!NOTE]
>
> Organization access tokens require a
> [Docker Team, or Business subscription](/subscription/core-subscription/details/).
{{% experimental title="Beta" %}}
The organization access tokens feature is currently in [Beta](../../release-lifecycle.md#beta).
{{% /experimental %}}
An organization access token (OAT) is like a [personal access token
(PAT)](/security/for-developers/access-tokens/), but an OAT is associated with
an organization and not a single user account. Use an OAT instead of a PAT to
let business-critical tasks access Docker Hub repositories without connecting
the token to single user.
the token to single user. You must have a [Docker Team or Business
subscription](/subscription/core-subscription/details/) to use OATs.
OATs provide the following advantages: