0

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?

coder
  • 151
  • 2
  • 2
  • 12

1 Answers1

0

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

coder
  • 151
  • 2
  • 2
  • 12