Skip to content

Commit 4f62f9a

Browse files
taoism4504actions-user
authored andcommitted
modifed note (#13351)
1 parent 29dede6 commit 4f62f9a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/content/docs/concepts/tokens.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: Tokens are a core auth method in Vault. Concepts and important feat
66

77
# Tokens
88

9+
!> **Warning**: Since tokens are considered opaque values, their structure is undocumented and subject to change. For these reasons, we do not recommend using tokens within your scripts or for automation since it can cause breakage.
10+
911
Tokens are the core method for _authentication_ within Vault. Tokens
1012
can be used directly or [auth methods](/docs/concepts/auth)
1113
can be used to dynamically generate tokens based on external identities.
@@ -27,9 +29,6 @@ holder is allowed to do within Vault. Other mapped information includes
2729
metadata that can be viewed and is added to the audit log, such as creation
2830
time, last renewal time, and more.
2931

30-
~> Note that external to Vault, tokens are to be considered opaque values
31-
by users and as such, their structure is both currently undocumented and
32-
subject to change.
3332

3433
Read on for a deeper dive into token concepts.
3534

0 commit comments

Comments
 (0)