Skip to content

Commit

Permalink
WIP: diff debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Mar 30, 2024
1 parent 6ffe067 commit 29ac2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault_oidc_ssh_cert_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _issue_vault_token(
except requests.exceptions.HTTPError as http_error:
error_message = str(http_error)
print("******************")
print(http_error.response)
print(dir(http_error.response))
print("******************")
print(http_error.response.json())
print("******************")
Expand Down

0 comments on commit 29ac2de

Please sign in to comment.