Change the `secrets` keyword to use CI_JOB_JWT_V2
Scope
This issue is part of a bigger development effort described in detail by its epic. The scope of this issue is to coordinate the work needed to move the secrets
stanza over to the new CI_JOB_JWT_V2
predefined variable.
Proposal
Use the CI_JOB_JWT_V2
based on a new configuration value
Iterations
- Implement the configuration, and set the default to be
CI_JOB_JWT
- create a deprecation notice
- Change the default to
CI_JOB_JWT_V2
in %15.0 and leave the configuration option - Update the documentation with the necessary changes to allow users to reconfigure their Authentication with Vault - #357624 (closed)