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

Merge pull request #93840 from openshift-cherrypick-robot/cherry-pick-93255-to-enterprise-4.19

[enterprise-4.19] OSDOCS-14645: disconnected env is supported in SSCSI
This commit is contained in:
Steven Smith
2025-05-28 11:24:01 -04:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
// Module included in the following assemblies:
//
// * storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc
//
:_mod-docs-content-type: CONCEPT
[id="persistent-storage-csi-secrets-store-disconnect-environment_{context}"]
= Support for disconnected environments
The following secrets store providers support using the {secrets-store-driver} in disconnected clusters:
* AWS Secrets Manager
* Azure Key Vault
* Google Secret Manager
* HashiCorp Vault
To enable communication between {secrets-store-driver} and the secrets store provider, configure Virtual Private Cloud (VPC) endpoints or equivalent connectivity to the corresponding secrets store provider, the OpenID Connect (OIDC) issuer, and the Secure Token Service (STS). The exact configuration depends on the secrets store provider, the authentication method, and the type of disconnected cluster.

View File

@@ -1,3 +1,4 @@
:_mod-docs-content-type: ASSEMBLY
[id="persistent-storage-csi-secrets-store"]
= {secrets-store-driver}
include::_attributes/common-attributes.adoc[]
@@ -16,6 +17,13 @@ include::modules/secrets-store-providers.adoc[leveloffset=+2]
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
include::modules/persistent-storage-csi-secrets-store-disconnect-environment.adoc[leveloffset=+1]
[NOTE]
====
For more information about disconnected environments, see xref:../../disconnected/about.adoc#about[About disconnected environments].
====
include::modules/persistent-storage-csi-secrets-store-driver-install.adoc[leveloffset=+1]
.Next steps