Skip to content

Commit

Permalink
WIP: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Apr 1, 2024
1 parent 1b4898f commit b43f619
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 @@ -155,7 +155,7 @@ def _revoke_token(vault_server: str, vault_token: str) -> None:
def run() -> None:
input_audience = os.environ["JWT_AUDIENCE"].strip()
oidc_role = os.environ["OIDC_ROLE"].strip()
oidc_backend = os.environ["OIDC_BACKEND_ROLE"].strip("/ ")
oidc_backend = os.environ["OIDC_BACKEND_PATH"].strip("/ ")
ssh_role = os.environ["SSH_ROLE"].strip()
ssh_backend = os.environ["SSH_BACKEND_PATH"].strip("/ ")
vault_server = os.environ["VAULT_SERVER"].strip("/ ")
Expand Down

0 comments on commit b43f619

Please sign in to comment.