Skip to content

Commit

Permalink
Merged tweaks (#133)
Browse files Browse the repository at this point in the history
* error handling on vault unseal

* another debugging line
  • Loading branch information
johndietz committed Jul 19, 2022
1 parent 940f0b6 commit 1c99e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/createUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ func initializeVaultAndAutoUnseal(dryRun bool) {
log.Panic(err)
}

log.Println(string(body))


vaultResponse := VaultUnsealResponse{}
err = json.Unmarshal(body, &vaultResponse)
if err != nil {
Expand Down

0 comments on commit 1c99e57

Please sign in to comment.