Commit status publisher with Vault
Verderian opened this issue · 4 comments
I have a successful connection to Vault. I have pulled passwords from the Vault inside the Build Steps successfully. But I can't use them inside of Build Features (Commit status publisher - GitLab - Private Token). Why?
Because internally parameters are resolved on agent side just before build started in 'Build Preparation Step' which iterates over all Build Features.
If BuildFeature operates on agent side it could be possible to use parameter generated by Vault integration if BuildFeature is processed after VaultBuildFeature, though I haven't checked that.
Why?
Obviously, "not implemented"
Any plan for that to be implemented @VladRassokhin ? Ticket we can upvote to bump its priority? Thanks!
@eakraly I've no plans to implement that. Though may review a pull request