backport of commit b49d668e6a4dc585b81c0eaed601da85651ea0f5 (#22411)
Co-authored-by: Adrian Todorov <adrian.todorov@hashicorp.com>
This commit is contained in:
parent
de514bb1ae
commit
3855fc75e3
|
@ -6,7 +6,10 @@ description: Tokens are a core auth method in Vault. Concepts and important feat
|
|||
|
||||
# Tokens
|
||||
|
||||
!> **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.
|
||||
<Warning heading="Internal token structure is volatile">
|
||||
Tokens are opaque values so their structure is undocumented and subject to change.
|
||||
Scripts and automations that rely on the internal structure of a token in scripts will break.
|
||||
</Warning>
|
||||
|
||||
Tokens are the core method for _authentication_ within Vault. Tokens
|
||||
can be used directly or [auth methods](/vault/docs/concepts/auth)
|
||||
|
|
Loading…
Reference in New Issue