From 14cd4ffb1e26956d5ef34221b84d4fc764c2e920 Mon Sep 17 00:00:00 2001 From: stephanieatte <122297064+stephanieatte@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:43:59 -0600 Subject: [PATCH 1/2] Update Grace period for Tokens --- pages/agent/v3/tokens.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/agent/v3/tokens.md b/pages/agent/v3/tokens.md index b66d3b6367c..af1c136f3cc 100644 --- a/pages/agent/v3/tokens.md +++ b/pages/agent/v3/tokens.md @@ -14,6 +14,7 @@ The token is used by the Buildkite Agent's [start](/docs/agent/v3/cli-start#star It's recommended you use your platform's secret storage (such as the [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html)) to allow for easier rollover and management of your agent tokens. ## Creating tokens +Note: There is a grace period of 10 minutes after Agent Token is created. During this period, even if the page is reloaded the Token will still be visible. New tokens can be created using the [GraphQL API](/docs/apis/graphql-api) with the `agentTokenCreate` mutation. From 921da2bf13aeaba2c33cdc0d50f52734245da0a3 Mon Sep 17 00:00:00 2001 From: stephanieatte <122297064+stephanieatte@users.noreply.github.com> Date: Wed, 24 May 2023 08:52:30 -0600 Subject: [PATCH 2/2] Update pages/agent/v3/tokens.md Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com> --- pages/agent/v3/tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/agent/v3/tokens.md b/pages/agent/v3/tokens.md index af1c136f3cc..679510e6691 100644 --- a/pages/agent/v3/tokens.md +++ b/pages/agent/v3/tokens.md @@ -14,7 +14,7 @@ The token is used by the Buildkite Agent's [start](/docs/agent/v3/cli-start#star It's recommended you use your platform's secret storage (such as the [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html)) to allow for easier rollover and management of your agent tokens. ## Creating tokens -Note: There is a grace period of 10 minutes after Agent Token is created. During this period, even if the page is reloaded the Token will still be visible. +There is a grace period of 10 minutes after you create a token. Even if you reload the page, the token remains visible during the grace period. New tokens can be created using the [GraphQL API](/docs/apis/graphql-api) with the `agentTokenCreate` mutation.