Installation of JX3 with Terraform on EKS does not auto populate secrets

306 Views Asked by At

I installed JX3 on EKS using terraform using the instructions in their documentation. However none of the secrets are being auto populated. jx admin logs shows the following:

error: failed to find hmac token from secret: could not find lighthouse hmac token lighthouse-hmac-token in namespace jx: secrets "lighthouse-hmac-token" not found

The secrets are stored in vault

Can someone please guide me?

1

There are 1 best solutions below

2
On

Okay this issue happens only on Kubernetes 1.21 on EKS. I downgraded to 1.20 and the issue was fixed