You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/secrets-store-aws.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,22 @@ endif::[]
15
15
[id="secrets-store-aws_{context}"]
16
16
= Mounting secrets from {secrets-store-provider}
17
17
18
-
You can use the {secrets-store-operator} to mount secrets from {secrets-store-provider} to a Container Storage Interface (CSI) volume in {product-title}. To mount secrets from {secrets-store-provider}, your cluster must be installed on AWS and use AWS Security Token Service (STS).
18
+
You can use the {secrets-store-operator} to mount secrets from {secrets-store-provider}external secrets store to a Container Storage Interface (CSI) volume in {product-title}. To mount secrets from {secrets-store-provider}, your cluster must be installed on Amazon Web Services (AWS) and use AWS Security Token Service (STS).
19
19
20
20
.Prerequisites
21
21
22
-
* Your cluster is installed on AWS and uses AWS Security Token Service (STS).
23
-
* You installed the {secrets-store-operator}. See _Installing the {secrets-store-driver}_ for instructions.
24
-
* You configured {secrets-store-provider} to store the required secrets.
25
-
* You extracted and prepared the `ccoctl` binary.
26
-
* You installed the `jq` CLI tool.
22
+
* You have installed the cluster on AWS and use AWS Security Token Service (STS).
23
+
* You have installed the {secrets-store-operator}. For more information, see "Installing the {secrets-store-driver}".
24
+
* You have configured {secrets-store-provider} to store the required secrets.
25
+
* You have extracted and prepared the `ccoctl` binary.
26
+
* You have installed the `jq` CLI tool.
27
27
* You have access to the cluster as a user with the `cluster-admin` role.
28
28
29
29
.Procedure
30
30
31
31
. Install the {secrets-store-provider} provider:
32
32
33
-
.. Create a YAML file with the following configuration for the provider resources:
33
+
.. Create a YAML file with the following provider resource configurations:
Copy file name to clipboardExpand all lines: modules/secrets-store-azure.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,21 @@
6
6
[id="secrets-store-azure_{context}"]
7
7
= Mounting secrets from Azure Key Vault
8
8
9
-
You can use the {secrets-store-operator} to mount secrets from Azure Key Vault to a Container Storage Interface (CSI) volume in {product-title}. To mount secrets from Azure Key Vault, your cluster must be installed on Microsoft Azure.
9
+
You can use the {secrets-store-operator} to mount secrets from Azure Key Vault external secrets store to a Container Storage Interface (CSI) volume in {product-title}. To mount secrets from Azure Key Vault, your cluster must be installed on Microsoft Azure.
10
10
11
11
.Prerequisites
12
12
13
-
* Your cluster is installed on Azure.
14
-
* You installed the {secrets-store-operator}. See _Installing the {secrets-store-driver}_ for instructions.
15
-
* You configured Azure Key Vault to store the required secrets.
16
-
* You installed the Azure CLI (`az`).
13
+
* Your have installed the cluster on Azure.
14
+
* You have installed the {secrets-store-operator}. For more information, see "Installing the {secrets-store-driver}".
15
+
* You have configured Azure Key Vault to store the required secrets.
16
+
* You have installed the Azure CLI (`az`) tool.
17
17
* You have access to the cluster as a user with the `cluster-admin` role.
18
18
19
19
.Procedure
20
20
21
21
. Install the Azure Key Vault provider:
22
22
23
-
.. Create a YAML file with the following configuration for the provider resources:
23
+
.. Create a YAML file with the following provider resources configuration:
Copy file name to clipboardExpand all lines: modules/secrets-store-google.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@
6
6
[id="secrets-store-google_{context}"]
7
7
= Mounting secrets from Google Secret Manager
8
8
9
-
You can use the {secrets-store-operator} to mount secrets from Google Secret Manager to a Container Storage Interface (CSI) volume in {product-title}. To mount secrets from Google Secret Manager, your cluster must be installed on {gcp-first}.
9
+
You can use the {secrets-store-operator} to mount secrets from Google Secret Manager external secrets store to a Container Storage Interface (CSI) volume in {product-title}. To mount secrets from Google Secret Manager, your cluster must be installed on {gcp-first}.
10
10
11
11
.Prerequisites
12
12
13
-
* You installed the {secrets-store-operator}. See _Installing the {secrets-store-driver}_ for instructions.
14
-
* You configured Google Secret Manager to store the required secrets.
15
-
* You created a service account key named `key.json` from your Google Cloud service account.
13
+
* You have installed the {secrets-store-operator}. For more information, see "Installing the {secrets-store-driver}".
14
+
* You have configured Google Secret Manager to store the required secrets.
15
+
* You have created a service account key named `key.json` from your Google Cloud service account.
16
16
* You have access to the cluster as a user with the `cluster-admin` role.
17
17
18
18
.Procedure
19
19
20
20
. Install the Google Secret Manager provider:
21
21
22
-
.. Create a YAML file with the following configuration for the provider resources:
22
+
.. Create a YAML file with the following provider resources configuration:
Copy file name to clipboardExpand all lines: modules/secrets-store-vault.adoc
+40-40Lines changed: 40 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[id="secrets-store-vault_{context}"]
7
7
= Mounting secrets from HashiCorp Vault
8
8
9
-
You can use the {secrets-store-operator} to mount secrets from HashiCorp Vault to a Container Storage Interface (CSI) volume in {product-title}.
9
+
You can use the {secrets-store-operator} to mount secrets from HashiCorp Vault external secrets store to a Container Storage Interface (CSI) volume in {product-title}.
10
10
11
11
[IMPORTANT]
12
12
====
@@ -20,8 +20,8 @@ Other cloud providers might work, but have not been tested yet. Additional cloud
20
20
21
21
.Prerequisites
22
22
23
-
* You installed the {secrets-store-operator}. See _Installing the {secrets-store-driver}_ for instructions.
24
-
* You installed Helm.
23
+
* You have installed the {secrets-store-operator}. For more information, see "Installing the {secrets-store-driver}".
24
+
* You installed the Helm package manager.
25
25
* You have access to the cluster as a user with the `cluster-admin` role.
0 commit comments