Skip to content

Commit

Permalink
fix: initialise correct vault conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax committed Nov 18, 2024
1 parent b6f93ed commit 107b6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/credentials/root-credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func ParseAuthData(clientset kubernetes.Interface, cloudProvider string, domainN
fmt.Println("Cannot retrieve Vault token automatically. Please provide one here:")
fmt.Scanln(&vaultRootToken)
}
vault := vault.Configuration{}
vault := vault.Conf
kbotPassword, err = vault.GetUserPassword(
vaultURL,
vaultRootToken,
Expand Down

0 comments on commit 107b6e0

Please sign in to comment.