JetBrains / teamcity-hashicorp-vault-plugin

TeamCity plugin to support HashiCorp Vault
Apache License 2.0
27 stars 18 forks source link

VCS with Vault #26

Open stempher opened 4 years ago

stempher commented 4 years ago

I successfully connected the Vault. Delivery of secrets to build step works. But it is not possible to specify the login for authorization of the VCS (i use configuration parameters). Why?

VladRassokhin commented 4 years ago

Vault integration forks only for Build Configuration parameters: actual credentials received only on agent side, not server one.

ASethi93 commented 4 years ago

@stempher can you help with https://github.com/JetBrains/teamcity-hashicorp-vault-plugin/issues/32 , i have posted configuration

jelmansouri commented 6 months ago

Vault integration forks only for Build Configuration parameters: actual credentials received only on agent side, not server one.

Hi, is this still the case?