Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
geoger opened this issue Jul 10, 2020 · 4 comments
Open

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

geoger opened this issue Jul 10, 2020 · 4 comments

Comments

@geoger
Copy link

geoger commented Jul 10, 2020

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

@jetersen
Copy link
Member

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

@emelianrus
Copy link
Contributor

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? :)

@jatinbedi
Copy link

+1 for the AWS Secret credential type.

@jamesrobson-secondmind
Copy link

Is this possible without hashicorp/vault#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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants