From 387d4a329f70d6a32b37c3abcd9ab2647cd43690 Mon Sep 17 00:00:00 2001 From: Praveen Gopinathan <117874566+agentblacksmith@users.noreply.github.com> Date: Fri, 10 Mar 2023 07:25:17 +0530 Subject: [PATCH] Updated the local Vault UI link Removed the quotes from the link --- hashicorp/vault-2022/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashicorp/vault-2022/readme.md b/hashicorp/vault-2022/readme.md index dbd8da3..0e3e6cf 100644 --- a/hashicorp/vault-2022/readme.md +++ b/hashicorp/vault-2022/readme.md @@ -160,7 +160,7 @@ Let's checkout the web UI: kubectl -n vault get svc kubectl -n vault port-forward svc/vault-ui 443:8200 ``` -Now we can access the web UI [here]("https://localhost/") +Now we can access the web UI [here](https://localhost/) ## Enable Kubernetes Authentication