Skip to content

Commit b7ef8e4

Browse files
committed
OSDOCS-14645: disconnected env is supported in SSCSI
1 parent a03e2ba commit b7ef8e4

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc
4+
//
5+
6+
:_mod-docs-content-type: CONCEPT
7+
[id="persistent-storage-csi-secrets-store-disconnect-environment_{context}"]
8+
= Support for disconnected environments
9+
10+
The following secrets store providers support using the {secrets-store-driver} in disconnected clusters:
11+
12+
* AWS Secrets Manager
13+
* Azure Key Vault
14+
* Google Secret Manager
15+
* HashiCorp Vault
16+
17+
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.

storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:_mod-docs-content-type: ASSEMBLY
12
[id="persistent-storage-csi-secrets-store"]
23
= {secrets-store-driver}
34
include::_attributes/common-attributes.adoc[]
@@ -16,6 +17,13 @@ include::modules/secrets-store-providers.adoc[leveloffset=+2]
1617

1718
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
1819

20+
include::modules/persistent-storage-csi-secrets-store-disconnect-environment.adoc[leveloffset=+1]
21+
22+
[NOTE]
23+
====
24+
For more information about disconnected environments, see xref:../../disconnected/about.adoc#about[About disconnected environments].
25+
====
26+
1927
include::modules/persistent-storage-csi-secrets-store-driver-install.adoc[leveloffset=+1]
2028

2129
.Next steps

0 commit comments

Comments
 (0)