Skip to content

Commit 422d660

Browse files
Merge pull request #50 from GitGuardian/fperucki/fix-link
chore: fix doc link
2 parents 9c09e2f + ead6e11 commit 422d660

File tree

1 file changed

+1
-1
lines changed
  • charts/ggscout/examples/hashicorpvault-k8s

1 file changed

+1
-1
lines changed

charts/ggscout/examples/hashicorpvault-k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ vault write auth/kubernetes/config \
2929

3030
Note: replace `auth/kubernetes` with `auth/yourpath` if you used the `--path` argument in the `vault auth enable` command above.
3131

32-
If your Vault is running in Kubernetes, you need add `disable_local_ca_jwt=true` in the command above. For more details, follow (these steps)[https://developer.hashicorp.com/vault/docs/auth/kubernetes#use-the-vault-client-s-jwt-as-the-reviewer-jwt] from the HashiCorp documentation.
32+
If your Vault is running in Kubernetes, you need add `disable_local_ca_jwt=true` in the command above. For more details, follow [these steps](https://developer.hashicorp.com/vault/docs/auth/kubernetes#use-the-vault-client-s-jwt-as-the-reviewer-jwt) from the HashiCorp documentation.
3333

3434

3535
### 3. Create Vault Policy

0 commit comments

Comments
 (0)