From e12d5f0d8e42325974a0cbc7ef7c5a72bee6b445 Mon Sep 17 00:00:00 2001 From: Sarah Chavis <62406755+schavis@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:04:30 -0700 Subject: [PATCH] [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 --- website/content/docs/deprecation/index.mdx | 4 ++-- website/content/partials/deprecation/aws-field-change.mdx | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/content/docs/deprecation/index.mdx b/website/content/docs/deprecation/index.mdx index 109b6913e9..a29f1d13a9 100644 --- a/website/content/docs/deprecation/index.mdx +++ b/website/content/docs/deprecation/index.mdx @@ -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' - @include 'deprecation/vault-agent-api-proxy.mdx' +@include 'deprecation/centrify-auth-method.mdx' + diff --git a/website/content/partials/deprecation/aws-field-change.mdx b/website/content/partials/deprecation/aws-field-change.mdx index 3d4733edd1..f90b5f1515 100644 --- a/website/content/partials/deprecation/aws-field-change.mdx +++ b/website/content/partials/deprecation/aws-field-change.mdx @@ -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.