hashicorp-vault-plugin icon indicating copy to clipboard operation
hashicorp-vault-plugin copied to clipboard

Add feature to make this plugin to work as a credential provider

Open geoger opened this issue 4 years ago • 4 comments

there are several plugin to work as credential provider for jenkins. like this one (https://github.com/jenkinsci/aws-secrets-manager-credentials-provider-plugin) and this one (https://github.com/jenkinsci/azure-keyvault-plugin) It will be very useful to add this feature, and make it work as credential provider

geoger avatar Jul 10 '20 12:07 geoger

Would appreciate anyone willing to help with this feature, I'll happily review the code changes.

jetersen avatar Aug 25 '20 03:08 jetersen

Hi! i'm just curious, how would look like hierarchical vault paths in flat jenkins credentials structure vault:

/secret/folder1/key k1=v1 k2=v2
/secret/folder1/folder2/key2 k3=v3 k4=v4
/secret/folder1/key2 k=v k4=v4

jenkins: ? any insight? :)

emelianrus avatar Sep 07 '20 10:09 emelianrus

+1 for the AWS Secret credential type.

jatinbedi avatar Oct 14 '20 17:10 jatinbedi

Is this possible without https://github.com/hashicorp/vault/issues/7905 ? At the moment there's no way to indicate what credential type a given vault secret should be, so everything would have to be a 'Secret String'.

jamesrobson-secondmind avatar Apr 13 '21 13:04 jamesrobson-secondmind