Hi,
we are using Bitwarden Credentials Provider for Jenkins. In short, we have a vaultwarden instance running and jenkins fetches credentials for it's build pipelines through that plugin.
Seems like that dependency-track-plugin doesn't allow other credential providers as the only ones available under Jenkins > Settings > System > Dependency Track is the integrated jenkins credential provider.
While we can just create a credential there and use it this way or go the declarative pipeline way and code it into groovy to use the credential from Bitwarden, it would be easier if we could just set it up this way too.
Describe the solution you'd like
Make it possible for dependency-track-plugin to see other credential providers and use those credentials instead of only the built in jenkins credentials provider.
Hi,
we are using Bitwarden Credentials Provider for Jenkins. In short, we have a vaultwarden instance running and jenkins fetches credentials for it's build pipelines through that plugin.
Seems like that dependency-track-plugin doesn't allow other credential providers as the only ones available under Jenkins > Settings > System > Dependency Track is the integrated jenkins credential provider.
While we can just create a credential there and use it this way or go the declarative pipeline way and code it into groovy to use the credential from Bitwarden, it would be easier if we could just set it up this way too.
Describe the solution you'd like
Make it possible for dependency-track-plugin to see other credential providers and use those credentials instead of only the built in jenkins credentials provider.