Hi there, I am using the Jenkins server. I need to manage the multiple account credentials in the Jenkins server. We are using the Jenkins credentials manager to store the credentials right now. Instead of Jenkins credentials manager is it possible to use any 3r party Secret as a service provider?
1 Like
The plugins site lists 10+ alternatives to store secrets with a third party secrets provider.
1 Like
I have a similar question. How can I share credentials between folders using Jenkins credentials manager?
I don’t want to store all credentials in System store (global domain). Each project uses the own credentials. But a few credentials can be common for a few projects.
Otherwise, I will have to use some 3rd party provider, such as Azure Key Vault , but I need some granulation. I can use secret labels for various projects. Each project would have its own AzureKeyVault but I can define only one label selector. Am I wrong?