From 6913e58a08269bd0b400f31a271e5ff57f0f0079 Mon Sep 17 00:00:00 2001 From: Shubha Narayanan Date: Mon, 8 Dec 2025 18:19:26 +0530 Subject: [PATCH] removed eso test coverage file --- modules/cert-manager-issuer-types.adoc | 18 ----------- modules/external-secrets-test-coverage.adoc | 32 ------------------- security/external_secrets_operator/index.adoc | 3 -- 3 files changed, 53 deletions(-) delete mode 100644 modules/external-secrets-test-coverage.adoc diff --git a/modules/cert-manager-issuer-types.adoc b/modules/cert-manager-issuer-types.adoc index 1a5ff6fd0d..d750f91b97 100644 --- a/modules/cert-manager-issuer-types.adoc +++ b/modules/cert-manager-issuer-types.adoc @@ -16,24 +16,6 @@ The {cert-manager-operator} has been tested with the following issuer types: * link:https://www.nokia.com/networks/security-portfolio/netguard/certificate-manager/[Nokia NetGuard Certificate Manager] (NCM) * link:https://cloud.google.com/security/products/certificate-authority-service[Google cloud Certificate Authority Service] (Google CAS) -[id="cert-manager-issuer-types-testing_{context}"] -== Testing issuer types - -The following table outlines the test coverage for each tested issuer type: - -[cols="^30,^20,^50",options="header"] -|=== -| Issuer Type | Test Status | Notes - -| ACME | Fully Tested | Verified with standard ACME implementations. -| CA | Fully Tested | Ensures basic CA functionality. -| Self-signed | Fully Tested | Ensures basic self-signed functionality. -| Vault | Fully Tested | Limited to standard Vault setups due to infrastructure access constraints. -| Venafi | Partially tested | Subject to provider-specific limitations. -| NCM | Partially Tested | Subject to provider-specific limitations. -| Google CAS | Partially Tested | Compatible with common CA configurations. -|=== - [NOTE] ==== {product-title} does not test all factors associated with third-party {cert-manager-operator} provider functionality. For more information about third-party support, see the link:https://access.redhat.com/third-party-software-support[{product-title} third-party support policy]. diff --git a/modules/external-secrets-test-coverage.adoc b/modules/external-secrets-test-coverage.adoc deleted file mode 100644 index dfab53348e..0000000000 --- a/modules/external-secrets-test-coverage.adoc +++ /dev/null @@ -1,32 +0,0 @@ -// Module included in the following assemblies: -// -// * security/external_secrets_operator/index.adoc - -:_mod-docs-content-type: CONCEPT -[id="external-secrets-test-coverage_{context}"] -= Testing external secrets provider types - -The following table shows the test coverage for each tested external secrets provider type. - -[cols="1,1,1",options="header"] -|=== -| Secrets Provider -| Test Status -| Notes - -| AWS Secrets Manager -| Partially tested -| Ensures basic functionality. - -| AWS Systems Manager Parameter Store -| Partially tested -| Ensures basic functionality. - -| HashiCorp Vault -| Partially tested -| - -| Google Secrets Manager -| Partially tested -| -|=== diff --git a/security/external_secrets_operator/index.adoc b/security/external_secrets_operator/index.adoc index 22bbb2aa10..a3b4828cc0 100644 --- a/security/external_secrets_operator/index.adoc +++ b/security/external_secrets_operator/index.adoc @@ -14,9 +14,6 @@ include::modules/external-secrets-about.adoc[leveloffset=+1] //About the external secrets provide types include::modules/external-secrets-provider-types.adoc[leveloffset=+1] -//Test coverage table for tested provider type -include::modules/external-secrets-test-coverage.adoc[leveloffset=+1] - //FIPS compliant support include::modules/external-secrets-fips-support.adoc[leveloffset=+1]