[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:
Sarah Chavis 2024-04-24 10:04:30 -07:00 committed by GitHub
parent 643028f931
commit e12d5f0d8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -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">

View file

@ -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.