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

Make SignatureV4 code async #59

Open
oleiade opened this issue Aug 15, 2023 · 1 comment
Open

Make SignatureV4 code async #59

oleiade opened this issue Aug 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@oleiade
Copy link
Member

oleiade commented Aug 15, 2023

We should make the signature code asynchronous. That is, usable with async/await. To provide a real benefit, we should make sure it switches to using the k6/experimental/webcrypto module instead of the current crypto module which is synchronous.

@oleiade oleiade added the enhancement New feature or request label Aug 15, 2023
@oleiade oleiade added this to the v0.10.0 milestone Aug 15, 2023
@oleiade oleiade self-assigned this Aug 15, 2023
@oleiade oleiade modified the milestones: v0.10.0, v0.11.0 Sep 29, 2023
@oleiade
Copy link
Member Author

oleiade commented May 31, 2024

This is currently blocked on the webcrypto module being stabilized: grafana/k6#3154

@oleiade oleiade removed this from the v0.11.0 milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant