Follow-up from "Combine constants into CI_JOB_USER"
The following discussion from !38158 (merged) should be addressed:
-
@ashmckenzie started a discussion: question: Not being a CI SME, but would there be any value in exposing
CI_JOB_USER
? :.append(key: 'CI_JOB_USER', value: ::Gitlab::Auth::CI_JOB_USER)
Also, it it's not possible for
CI_REGISTRY_USER
andCI_JOB_USER
to be different, should we then look to deprecateCI_REGISTRY_USER
?
cc @tkuah