airbyte-platform icon indicating copy to clipboard operation
airbyte-platform copied to clipboard

Remove duplicate AB_JWT_SIGNATURE_SECRET env var in airbyte-workload-api-server deployment

Open dfeddad opened this issue 6 months ago • 2 comments
trafficstars

What

This PR fixes a deployment failure in airbyte-workload-api-server caused by a duplicate environment variable definition for AB_JWT_SIGNATURE_SECRET. The duplicate entries were preventing the Kubernetes patch from applying successfully.

How

Remove the duplicate AB_JWT_SIGNATURE_SECRET entry

Can this PR be safely reverted and rolled back?

  • [x] YES 💚
  • [ ] NO ❌

dfeddad avatar Apr 26 '25 01:04 dfeddad