mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Add an "Important Note" regarding EKS CSR approval. (#16406)
This commit is contained in:
parent
322a07445e
commit
7e0d618dfa
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ e is 65537 (0x10001)
|
|||
|
||||
3. Create the certificate
|
||||
|
||||
~> **Important Note:** If you are using EKS, certificate signing requirements have changed. As per the AWS [certificate signing](https://docs.aws.amazon.com/eks/latest/userguide/cert-signing.html) documentation, EKS version `1.22` and later now requires the `signerName` to be `beta.eks.amazonaws.com/app-serving`, otherwise, the CSR will be approved but the certificate will not be issued.
|
||||
|
||||
1. Create a file `${TMPDIR}/csr.yaml` with the following contents:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue