Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Sep 24, 2024
1 parent f249a2f commit d0754cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static VaultInvoker newVaultInvoker() {
+ "ignoring EnvironmentVaultTokenSupplier "
+ "(specify either VAULT_ROLE or VAULT_TOKEN, not both)");
}
builder.tokenSupplier(new KubernetesVaultTokenSupplier());
builder.tokenSupplier(KubernetesVaultTokenSupplier.builder().build());
} else {
builder.tokenSupplier(new EnvironmentVaultTokenSupplier());
}
Expand Down

0 comments on commit d0754cf

Please sign in to comment.