Skip to content

Commit

Permalink
WIP: break jwt token request
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Mar 31, 2024
1 parent 1417757 commit 085e643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vault_oidc_ssh_cert_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def _issue_github_jwt(jwt_aud: str) -> str:
_set_error_message(title, message)
raise VoscaError(title) from key_error

req_token = "MOSTLIKELYWRONG" # Breakage

full_url = f"{req_url}&audience={jwt_aud}"
headers = {"Authorization": f"Bearer {req_token}"}

Expand Down

0 comments on commit 085e643

Please sign in to comment.