Skip to content

Commit

Permalink
Merge pull request #69 from wiemerc/bugfix/vault-plugin-name
Browse files Browse the repository at this point in the history
fix: Fix name of Hashicorp Vault plugin
  • Loading branch information
jtnord authored Oct 18, 2022
2 parents 4a1d1f5 + 8a888a0 commit 11b14c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/**
* SecretToCredentialConvertor that converts {@link com.datapipe.jenkins.vault.credentials.VaultAppRoleCredential}.
*/
@OptionalExtension(requirePlugins={"hashicorp-vault"})
@OptionalExtension(requirePlugins={"hashicorp-vault-plugin"})
public class VaultAppRoleCredentialsConvertor extends SecretToCredentialConverter {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/**
* SecretToCredentialConvertor that converts {@link com.datapipe.jenkins.vault.credentials.VaultGithubTokenCredential}.
*/
@OptionalExtension(requirePlugins={"hashicorp-vault"})
@OptionalExtension(requirePlugins={"hashicorp-vault-plugin"})
public class VaultGitHubTokenCredentialsConvertor extends SecretToCredentialConverter {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* SecretToCredentialConvertor that converts {@link com.datapipe.jenkins.vault.credentials.VaultTokenCredential}.
*/
@OptionalExtension(requirePlugins={"hashicorp-vault"})
@OptionalExtension(requirePlugins={"hashicorp-vault-plugin"})
public class VaultTokenCredentialsConvertor extends SecretToCredentialConverter {

@Override
Expand Down

0 comments on commit 11b14c7

Please sign in to comment.