hashicorp-vault-plugin icon indicating copy to clipboard operation
hashicorp-vault-plugin copied to clipboard

Jenkins plugin to populate environment variables from secrets stored in HashiCorp's Vault.

Results 122 hashicorp-vault-plugin issues
Sort by recently updated
recently updated
newest added

### Jenkins and plugins versions report Environment ``` Jenkins: 2.332.1 OS: Linux - 5.3.0-40-generic --- Office-365-Connector:4.15.2 ace-editor:1.1 ansicolor:1.0.1 ant:1.13 antisamy-markup-formatter:2.7 apache-httpcomponents-client-4-api:4.5.13-1.0 artifactory:3.16.1 authentication-tokens:1.4 aws-credentials:191.vcb_f183ce58b_9 aws-java-sdk:1.12.163-315.v2b_716ec8e4df aws-java-sdk-cloudformation:1.12.163-315.v2b_716ec8e4df aws-java-sdk-codebuild:1.12.163-315.v2b_716ec8e4df aws-java-sdk-ec2:1.12.163-315.v2b_716ec8e4df aws-java-sdk-ecr:1.12.163-315.v2b_716ec8e4df aws-java-sdk-ecs:1.12.163-315.v2b_716ec8e4df...

bug

I need to get all the secrets at once dynamically, so actually the values can be added and removed, I am trying to make it dynamic so that I don't...

### Dependencies None ### Feature Request I am currently migrating all our credentials from Jenkins to Vault. Unfortunatetly, current version of the plugin does not support populating Jenkins AWS Credentials....

### Jenkins and plugins versions report Environment ```text OS: CentOS 7 Jenkins Version: 2.289.2 Plugins: configuration-as-code: 1.55.1 hashicorp-vault-plugin: 3.8.0 credentials: 2.6.1 ``` I am using GCE to configure Jenkins Controller...

bug

Hello, We are trying to configure Jenkins vault URL and credentials with AWS dynamic secrets. This seems to be working with approle but we are not sure how to configure...

bug

We can't seem to get the integration working. We're using Vault and approle on AWS. We have provisioned a roleid and secret. And we're getting errors such as: Retrieving secret:...

### What feature do you want to see added? It would be great if `withVault() {...}` did not need any parameters. If the write up defines, install the plugin and...

enhancement

### What feature do you want to see added? We run a somewhat large Jenkins cluster with 1k+ jobs configured on it. We currently use token auth, but would like...

enhancement

### Your checklist for this issue 🚨 Please review the [guidelines for contributing](../blob/master/docs/CONTRIBUTING.md) to this repository. - [x] Jenkins version - [x] Plugin version - [x] OS ### Description *...

bug

As the community moves away from scripted pipelines to purely declarative solutions, I'm wondering if it would be possible to implement a method/step similar to `credentials` that could be used...