Remove the BETA badge from EST in documentation (#28265)

* Remove the BETA badge from EST

* Add ent badge
This commit is contained in:
Scott Miller 2024-09-10 12:35:13 -05:00 committed by GitHub
parent 7c0fb830b2
commit 6fe1b88401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -6,8 +6,6 @@ description: An overview of the Enrollment over Secure Transport protocol implem
# PKI secrets engine - Enrollment over Secure Transport (EST) <EnterpriseAlert inline="true" />
@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) <EnterpriseAlert inline="true" />.

View File

@ -1607,10 +1607,11 @@
},
{
"title": "Enrollment over Secure Transport (EST)",
"path": "secrets/pki/est",
"badge": {
"text": "BETA",
"text": "ENTERPRISE",
"type": "outlined",
"color": "highlight"
"color": "neutral"
},
"path": "secrets/pki/est"
},