coder
coder

Reputation: 151

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

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?

Upvotes: 0

Views: 304

Answers (1)

coder
coder

Reputation: 151

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

Upvotes: 0

Related Questions