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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This terraform module is to help you configure a vault cluster for use with OIDC
9
9
- You need an OIDC client secret that matches what you defined in your deployment of the Platform helm chart (`dex.vault.client_secret`)
10
10
- You need a connection to the vault cluster using `kubctl` port forwarding.
11
11
- You need to ignore self-signed SSL errors
12
+
- A json file called `../vault_access.json` needs to exist relative to the usage of this configuration module. If you ran the vault-initialization properly this file will have been created then.
12
13
13
14
For more details see: https://github.com/GlueOps/terraform-module-kubernetes-hashicorp-vault-configuration/wiki
Copy file name to clipboardExpand all lines: docs/.header.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This terraform module is to help you configure a vault cluster for use with OIDC
8
8
- You need an OIDC client secret that matches what you defined in your deployment of the Platform helm chart (`dex.vault.client_secret`)
9
9
- You need a connection to the vault cluster using `kubctl` port forwarding.
10
10
- You need to ignore self-signed SSL errors
11
+
- A json file called `../vault_access.json` needs to exist relative to the usage of this configuration module. If you ran the vault-initialization properly this file will have been created then.
11
12
12
13
For more details see: https://github.com/GlueOps/terraform-module-kubernetes-hashicorp-vault-configuration/wiki
0 commit comments