Open Verderian opened 5 years ago
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
Does https://github.com/JetBrains/teamcity-hashicorp-vault-plugin/pull/58 help in any way with this issue? Could the same be applied here? (not familiar with the code)
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?