From cbe19919405056437bee0444c9e0c2c814e9ebf0 Mon Sep 17 00:00:00 2001 From: Mariam John Date: Fri, 10 Dec 2021 10:06:12 -0600 Subject: [PATCH] Remove `Mutual TLS Migration` from the features list (#115) Fixes: #113 --- features.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/features.yaml b/features.yaml index 310a7258ae3..9dc6bb5c6d8 100644 --- a/features.yaml +++ b/features.yaml @@ -235,14 +235,6 @@ features: maturity: Beta nextExpectedPromotion: "" area: Security and policy enforcement - - name: "Mutual TLS Migration" - id: "security.mtls_migration" - link: "/docs/tasks/security/authentication/mtls-migration" - level: - checklist: "" - maturity: Beta - nextExpectedPromotion: "" - area: Security and policy enforcement - name: "External Authorization" id: "security.external_authorization" link: "/docs/tasks/security/authorization/authz-custom"