27
Where do credentials actually belong in a pipeline, given that everything ends up in a log eventually?
My pipeline needs a username and password for a registry, a token for a deployment target, and a key for signing. Right now some of these are variables in the project settings and one is, embarrassingly, in the pipeline…