Skip to content

Commit

Permalink
Merge pull request #1251 from nrogerarkhn/master
Browse files Browse the repository at this point in the history
Add queried endpoint to check Vault status when initializing issuer
  • Loading branch information
jetstack-bot authored Sep 5, 2023
2 parents adbd735 + f7f6687 commit 28363a7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/docs/configuration/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,14 +369,19 @@ Kubernetes 1.24 and above.
## Verifying the issuer Deployment

Once the Vault issuer has been deployed, it will be marked as ready if the
configuration is valid. Replace `issuers` here with `clusterissuers` if that is what has
configuration is valid. Replace `issuers` below with `clusterissuers` if that is what has
been deployed.

The Vault issuer tests your Vault instance by querying the `v1/sys/health`
endpoint, to ensure your Vault instance is unsealed and initialized before
requesting certificates. The result of that query will populate the `STATUS`
column.

```bash
$ kubectl get issuers vault-issuer -n sandbox -o wide
NAME READY STATUS AGE
vault-issuer True Vault verified 2m
```

Certificates are now ready to be requested by using the Vault issuer named
`vault-issuer` within the `sandbox` namespace.
`vault-issuer` within the `sandbox` namespace.

0 comments on commit 28363a7

Please sign in to comment.