5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 18:13:45 +00:00
vault-action/integrationTests
Christopher Swenson 540241117c
Use RSA-2048 key instead of 4096
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.
2022-06-28 12:09:43 -07:00
..
basic Use RSA-2048 key instead of 4096 2022-06-28 12:09:43 -07:00
e2e fix(tests): fix unit tests and improve e2e 2020-02-20 11:24:04 -06:00
e2e-tls Fix bug with tlsSkipVerify and add test coverage 2020-08-07 14:57:44 -04:00
enterprise Fix tests from jest-when version bump (#311) 2022-04-28 11:12:56 +01:00