mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-14 18:13:45 +00:00
After bumping jest, the RSA signing performance went down by a factor of 2 or so, which causes tests to fail (since they went from ~3 seconds to ~6 seconds to generate a 4096-bit RSA signature). The tests generate these signatures to fake responses from GitHub. After replacing the keys with a 2048-bit key, the signing times are now under a second. |
||
|---|---|---|
| .. | ||
| integration.test.js | ||
| jest.config.js | ||
| jwt_auth.test.js | ||
| rsa_keys.js | ||