Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Cardenas <[email protected]>
Co-authored-by: Rita Watson <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2023
1 parent 0540f35 commit b49c3cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs-content/integrations/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ You can do so by following these steps:
kubectl port-forward $APP_NAME 8200:8200 --namespace $VAULT_NAMESPACE
```

8. Open your browser and access the [Vault UI](https://localhost:8200/ui. You will receive a warning due to using a self-signed certificate, but you can ignore this warning. Follow the prompts on the UI to initialize your root token.
8. Open your browser and access the [Vault UI](https://localhost:8200/ui). You will receive a warning due to using a self-signed certificate, but you can ignore this warning. Follow the prompts on the UI to initialize your root token.

:::tip

If you don't want to use the Vault UI, you can also initialize and unseal Vault using the Vault CLI or API. For more information, refer to [Vault documentation](https://developer.hashicorp.com/vault/docs/platform/k8s/helm/run#initialize-and-unseal-vault).
If you do not want to use the Vault UI, you can also initialize and unseal Vault using the Vault CLI or API. For more information, refer to [Vault documentation](https://developer.hashicorp.com/vault/docs/platform/k8s/helm/run#initialize-and-unseal-vault).

:::

### Terraform

You can reference the Vault pack in Terraform with a data resource:

```tf
```hcl
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
Expand Down

0 comments on commit b49c3cb

Please sign in to comment.