Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: reorder oidc token export #585

Closed
wants to merge 1 commit into from
Closed

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Oct 22, 2024

Summary

We've been seeing issues with the e2e token expiring before it has a chance to be used. This might be because we're exporting it, then building the binary.

Move the export as close to the test as possible to reduce the chance that the token might expire.

Release Note

NONE

Documentation

n/a

We've been seeing issues with the e2e token expiring before it has a
chance to be used. This might be because we're exporting it, then
building the binary.

Move the export as close to the test as possible to reduce the chance
that the token might expire.

Signed-off-by: Billy Lynch <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant