mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
33 lines
652 B
Plaintext
33 lines
652 B
Plaintext
// 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
|
|
|
|
|
|===
|