diff --git a/vault_oidc_ssh_cert_action.py b/vault_oidc_ssh_cert_action.py index 9ff010a..7f7d7bc 100644 --- a/vault_oidc_ssh_cert_action.py +++ b/vault_oidc_ssh_cert_action.py @@ -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("******************")