Skip to content

Commit

Permalink
fix(vault): updating vault helper to use withaddr method (#56)
Browse files Browse the repository at this point in the history
updating vault helper to use withaddr method
  • Loading branch information
Jacobbrewer1 authored Dec 20, 2024
1 parent 45db16d commit 0cf64a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vaultdb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func generateConnectionStr(vs *hashiVault.Secret) string {

func main() {
vc, err := vaulty.NewClient(
vaulty.WithGeneratedVaultClient(*vaultAddr),
vaulty.WithAddr(*vaultAddr),
vaulty.WithUserPassAuth(
*vaultUser,
*vaultPass,
Expand Down

0 comments on commit 0cf64a3

Please sign in to comment.