Corrected IAT and added explicit value for the mock test

This commit is contained in:
Keith Murry 2024-02-19 14:32:49 -06:00
parent 2c6158aeef
commit da8ea015b7
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ function mockGithubOIDCResponse(aud= "https://github.com/hashicorp/vault-action"
ref_type: "branch",
job_workflow_ref: "hashicorp/vault-action/.github/workflows/workflow.yml@refs/heads/main",
iss: 'vault-action',
iat: now,
iat: now - 60,
nbf: now,
exp: now + 3600,
};