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

Verify Credentials plugin compatibility #12

Closed
ewelinawilkosz opened this issue Nov 24, 2017 · 2 comments
Closed

Verify Credentials plugin compatibility #12

ewelinawilkosz opened this issue Nov 24, 2017 · 2 comments
Milestone

Comments

@ewelinawilkosz
Copy link
Contributor

https://plugins.jenkins.io/credentials

@ndeloof
Copy link
Contributor

ndeloof commented Dec 7, 2017

I can't find a simple way to configure credentials plugin with the existing mechanism. Might require some glue code.
A possible option is for configuration-as-code to be extended to support addXX(key, value) so we can bind a yaml Map <domain, credentials> to an existing collection. Here we could then invoke CredentialsStore#addDomain(Domain, List<Credentials>) as long as we have some way to retrieve extension SystemCredentialsProvider.ProviderImpl as a configurable root.

@ndeloof
Copy link
Contributor

ndeloof commented Dec 8, 2017

implemented as 04036d3

@ndeloof ndeloof closed this as completed Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants