Skip to content

Commit

Permalink
fix:remove parameters for vault new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax committed Oct 8, 2024
1 parent 9b774e0 commit d20b019
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/vault/autounseal.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ func (conf *Configuration) AutoUnseal() (*vaultapi.InitResponse, error) {
initResponse, err := vaultClient.Sys().Init(&vaultapi.InitRequest{
RecoveryShares: RecoveryShares,
RecoveryThreshold: RecoveryThreshold,
SecretShares: SecretShares,
SecretThreshold: SecretThreshold,
})
if err != nil {
return nil, fmt.Errorf("error initializing vault: %w", err)
Expand Down

0 comments on commit d20b019

Please sign in to comment.