From 9fc2008e53bb0371cc1ca381cd31e500aecf7845 Mon Sep 17 00:00:00 2001 From: "Scott G. Miller" Date: Wed, 4 Sep 2024 10:00:15 -0500 Subject: [PATCH 1/2] Remove the BETA badge from EST --- website/content/api-docs/secret/pki.mdx | 6 ------ website/content/docs/secrets/pki/est.mdx | 2 -- website/data/docs-nav-data.json | 5 ----- 3 files changed, 13 deletions(-) diff --git a/website/content/api-docs/secret/pki.mdx b/website/content/api-docs/secret/pki.mdx index 1d3c48cee526..7cdda446bcff 100644 --- a/website/content/api-docs/secret/pki.mdx +++ b/website/content/api-docs/secret/pki.mdx @@ -5002,8 +5002,6 @@ $ curl \ ## EST Certificate issuance -@include 'alerts/beta.mdx' - Within Vault Enterprise, support can be enabled for the [EST (Enrollment over Secure Transport) protocol](https://datatracker.ietf.org/doc/html/rfc7030) for issuing and renewing leaf certificates. @@ -5017,8 +5015,6 @@ point of view. Note that the `cacerts` endpoint is unauthenticated. ### Read EST Configuration -@include 'alerts/beta.mdx' - This endpoint fetches the current EST configuration. | Method | Path | @@ -5062,8 +5058,6 @@ $ curl \ ### Set EST Configuration -@include 'alerts/beta.mdx' - This endpoint will update EST related configuration, returning the updated values as a response along with an updated `last_updated` field. diff --git a/website/content/docs/secrets/pki/est.mdx b/website/content/docs/secrets/pki/est.mdx index 10c58e7707f8..7a0f7ea38e9c 100644 --- a/website/content/docs/secrets/pki/est.mdx +++ b/website/content/docs/secrets/pki/est.mdx @@ -6,8 +6,6 @@ description: An overview of the Enrollment over Secure Transport protocol implem # PKI secrets engine - Enrollment over Secure Transport (EST) -@include 'alerts/beta.mdx' - This document covers configuration and limitations of Vault's PKI Secrets Engine implementation of the [EST protocol](https://datatracker.ietf.org/doc/html/rfc7030) . diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 8eb07421ba5d..1aeb4f1bed59 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -1612,11 +1612,6 @@ }, { "title": "Enrollment over Secure Transport (EST)", - "badge": { - "text": "BETA", - "type": "outlined", - "color": "highlight" - }, "path": "secrets/pki/est" } ] From dc2ab32ef4a9eff481452d31414c8845ce3a8f4f Mon Sep 17 00:00:00 2001 From: "Scott G. Miller" Date: Wed, 4 Sep 2024 17:23:16 -0500 Subject: [PATCH 2/2] Add ent badge --- website/data/docs-nav-data.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 1aeb4f1bed59..5c4f56016f57 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -1612,7 +1612,12 @@ }, { "title": "Enrollment over Secure Transport (EST)", - "path": "secrets/pki/est" + "path": "secrets/pki/est", + "badge": { + "text": "ENTERPRISE", + "type": "outlined", + "color": "neutral" + } } ] },