From 91bc870c63bf4b37ed2d4be31a7f7372b7f3ef8f Mon Sep 17 00:00:00 2001 From: aravipra Date: Tue, 13 May 2025 15:09:30 +0530 Subject: [PATCH] OSDOCS-14645: disconnected env is supported in SSCSI --- ...si-secrets-store-disconnect-environment.adoc | 17 +++++++++++++++++ .../persistent-storage-csi-secrets-store.adoc | 8 ++++++++ 2 files changed, 25 insertions(+) create mode 100644 modules/persistent-storage-csi-secrets-store-disconnect-environment.adoc diff --git a/modules/persistent-storage-csi-secrets-store-disconnect-environment.adoc b/modules/persistent-storage-csi-secrets-store-disconnect-environment.adoc new file mode 100644 index 0000000000..eb44d9100f --- /dev/null +++ b/modules/persistent-storage-csi-secrets-store-disconnect-environment.adoc @@ -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. \ No newline at end of file diff --git a/storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc b/storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc index b260060da9..b4cd2391e2 100644 --- a/storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc +++ b/storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc @@ -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