From 9b565da826b667cee2f2b38c2470be4531340f3b Mon Sep 17 00:00:00 2001 From: Tim Peoples Date: Sun, 2 Jan 2022 16:11:28 -0800 Subject: [PATCH 1/2] Update docs to reflect that TLS connection state is now available to plugins --- website/content/docs/internals/plugins.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/internals/plugins.mdx b/website/content/docs/internals/plugins.mdx index 74c6f3892ebb..02ec86b8ce40 100644 --- a/website/content/docs/internals/plugins.mdx +++ b/website/content/docs/internals/plugins.mdx @@ -79,8 +79,8 @@ backend has HA enabled and supports automatic host address detection (e.g. Consul), Vault will automatically attempt to determine the `api_addr` as well. -~> Note: Reading the original connection's TLS connection state is not supported -in plugins. +~> Note: Priot to Vault version 1.9.2, reading the original connection's TLS +connection state is not supported in plugins. ## Plugin Registration From e8e0ecfd7e1c5d0cf682a9bb7b76989be76cb921 Mon Sep 17 00:00:00 2001 From: Tim Peoples Date: Mon, 3 Jan 2022 11:36:42 -0800 Subject: [PATCH 2/2] Fix typo (D'oh!) --- website/content/docs/internals/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/internals/plugins.mdx b/website/content/docs/internals/plugins.mdx index 02ec86b8ce40..518fe27f965b 100644 --- a/website/content/docs/internals/plugins.mdx +++ b/website/content/docs/internals/plugins.mdx @@ -79,7 +79,7 @@ backend has HA enabled and supports automatic host address detection (e.g. Consul), Vault will automatically attempt to determine the `api_addr` as well. -~> Note: Priot to Vault version 1.9.2, reading the original connection's TLS +~> Note: Prior to Vault version 1.9.2, reading the original connection's TLS connection state is not supported in plugins. ## Plugin Registration