You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
The normal behavior to fetch a secret from DAP is to create a secret inside Jenkins Credential Manager, with that information the plugin is able to retrieve the secret.
Describe the solution you would like
We would have a way to do it programmatically by avoiding the creation of a Conjur secret inside the Jenkins credential manager.
Additional context
Why we are asking this feature? In a complex context with thousand of credential we cannot relay to the jenkins credential manager but the only source of truth should be only Conjur / DAP, we also avoid manual sync betwen update / delete actions.
Is your feature request related to a problem? Please describe.
The normal behavior to fetch a secret from DAP is to create a secret inside Jenkins Credential Manager, with that information the plugin is able to retrieve the secret.
Describe the solution you would like
We would have a way to do it programmatically by avoiding the creation of a Conjur secret inside the Jenkins credential manager.
Additional context
Why we are asking this feature? In a complex context with thousand of credential we cannot relay to the jenkins credential manager but the only source of truth should be only Conjur / DAP, we also avoid manual sync betwen update / delete actions.