Those who are using Gitlab, just be aware that Git...
# gitops
s
Those who are using Gitlab, just be aware that GitLab has just removed the environment variable
CI_JOB_JWT_V2
in the latest release, as announced here. This change was planned to be rolled out on 16th May, but they pushed it yesterday. So if your pipeline is using the
*JWT*
variable (e.g. making oidc connection etc), then it will no longer work. To fix it, you should use ID Tokens.