https://github.com/jenkinsci/thycotic-devops-secrets-vault-plugin
🔒 DevOps Secrets Vault Jenkins Plugin for secure retrieval of secrets in Jenkins using DelineaXPM DevOps Secrets Vault
https://github.com/jenkinsci/thycotic-devops-secrets-vault-plugin
ci-plugin delineaxpm jenkins-plugin secrets
Last synced: 9 months ago
JSON representation
🔒 DevOps Secrets Vault Jenkins Plugin for secure retrieval of secrets in Jenkins using DelineaXPM DevOps Secrets Vault
- Host: GitHub
- URL: https://github.com/jenkinsci/thycotic-devops-secrets-vault-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2021-06-29T16:51:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T16:46:49.000Z (over 2 years ago)
- Last Synced: 2025-09-09T12:48:48.145Z (9 months ago)
- Topics: ci-plugin, delineaxpm, jenkins-plugin, secrets
- Language: Java
- Homepage: https://docs.delinea.com/dsv/current/integrations/jenkins
- Size: 256 KB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Thycotic DevOps Secrets Vault
[](https://github.com/jenkinsci/thycotic-devops-secrets-vault-plugin/actions/workflows/maven.yml)
The Thycotic DevOps Secrets Vault (DSV) Jenkins Plugin allows you to access and reference your Secrets data available for use in Jenkins builds.
## Usage
This plugin add the ability to include Secret data into your build environment.

This is allows you to include the `Vault Tenant` of your DevOps Vault, along with the `Secret Path` of the secret data you wish to access.
Additionally you will need to include a valid credential provider.

You will now have the option to change the `kind` of credential you wish to add, to that of a `DevOps Secrets Vault Client Secret`.
After you have added your credentials to the build environment you can use the secret in your build/s.
> IMPORTANT: By default, this plugin will add a `DSV_` prefix to the environment variables. You should leave the `Environment Variable Prefix` field blank in the Jenkins UI when consuming your credential.