1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

removed eso test coverage file

This commit is contained in:
Shubha Narayanan
2025-12-08 18:19:26 +05:30
committed by openshift-cherrypick-robot
parent e5a97d5d71
commit 6913e58a08
3 changed files with 0 additions and 53 deletions

View File

@@ -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].

View File

@@ -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
|
|===

View File

@@ -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]