Skip to content

Commit

Permalink
fix vault new version for aws and gcp (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax authored Oct 8, 2024
1 parent e9c766f commit 2c326f9
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 2c326f9

Please sign in to comment.