mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
[DOCS] Add missing commits (#26625)
* Initial drafting and deprecation info cleanup * Adding more notes about deprecations and plans. (#26618) * move deprecation notice to a partial for reuse elsewhere * Add redirect for deleted FAQ --------- Co-authored-by: Meggie <meggie@hashicorp.com>
This commit is contained in:
parent
643028f931
commit
e12d5f0d8e
2 changed files with 6 additions and 5 deletions
|
|
@ -38,13 +38,13 @@ or raise a ticket with your support team.
|
|||
|
||||
@include 'deprecation/active-directory-secrets-engine.mdx'
|
||||
|
||||
@include 'deprecation/centrify-auth-method.mdx'
|
||||
|
||||
</Tab>
|
||||
<Tab heading="PENDING REMOVAL">
|
||||
|
||||
@include 'deprecation/vault-agent-api-proxy.mdx'
|
||||
|
||||
@include 'deprecation/centrify-auth-method.mdx'
|
||||
|
||||
</Tab>
|
||||
<Tab heading="REMOVED">
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
| APR 2024 | N/A | N/A
|
||||
|
||||
The `security_token` field returned for AssumeRole and FederationToken
|
||||
credentials is deprecated in favor of `session_token`.
|
||||
Consult the [AWS secrets engine API documentation](/vault/api-docs/secret/aws)
|
||||
for more information.
|
||||
credentials is deprecated in favor of `session_token`.
|
||||
|
||||
For more information, consult the
|
||||
[AWS secrets engine API](/vault/api-docs/secret/aws) documentation.
|
||||
|
|
|
|||
Loading…
Reference in a new issue