mirror of https://github.com/docker/docs.git
add beta label
Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
parent
c2d25644b0
commit
3c4b9accc2
|
|
@ -3,18 +3,19 @@ title: Organization access tokens
|
||||||
description: Learn how to create and manage organization access tokens
|
description: Learn how to create and manage organization access tokens
|
||||||
to securely push and pull images programmatically.
|
to securely push and pull images programmatically.
|
||||||
keywords: docker hub, security, OAT, organization access token
|
keywords: docker hub, security, OAT, organization access token
|
||||||
|
linkTitle: Organization access tokens (Beta)
|
||||||
---
|
---
|
||||||
|
|
||||||
> [!NOTE]
|
{{% experimental title="Beta" %}}
|
||||||
>
|
The organization access tokens feature is currently in [Beta](../../release-lifecycle.md#beta).
|
||||||
> Organization access tokens require a
|
{{% /experimental %}}
|
||||||
> [Docker Team, or Business subscription](/subscription/core-subscription/details/).
|
|
||||||
|
|
||||||
An organization access token (OAT) is like a [personal access token
|
An organization access token (OAT) is like a [personal access token
|
||||||
(PAT)](/security/for-developers/access-tokens/), but an OAT is associated with
|
(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
|
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
|
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:
|
OATs provide the following advantages:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue