Skip to content

Commit

Permalink
WIP: debug prints keep coming
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Mar 30, 2024
1 parent 69ac90a commit e63091e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vault_oidc_ssh_cert_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ def _issue_vault_token(
error_message = str(http_error)
if http_error.response is not None:
error_message += f"\n{http_error.response.text}"
print("*******************")
print(error_message)
print("*******************")
_set_error_message("Vault login error", error_message)
raise VoscaError from http_error

Expand Down

0 comments on commit e63091e

Please sign in to comment.