5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-10 00:26:55 +00:00
vault-action/src
Max Wagner 5fc6aa310b Add a test for Vault token retrieval retries
When the retryVaultTokenRetrieval option is set in the action
we will now see HTTP errors when retrieving the Vault token retried.

This adds a test block to test the client.post that is performed
during the token retrieval is retried on an HTTP error, like a 500.
2023-04-03 21:06:32 +00:00
..
action.js Add option to retry Vault Token retrieval 2023-04-03 21:04:49 +00:00
action.test.js Add Decoding to Secrets (#408) 2023-01-17 10:42:49 -06:00
auth.js print vault error message on authentication failure (#409) 2023-01-23 15:52:40 -08:00
auth.test.js Add additional mocks needed for tests in new versions of @actions (#343) 2022-06-28 14:35:22 -07:00
entry.js Add TLS and mTLS support 2020-08-05 16:36:27 -04:00
index.js chore: make vault action consumable (#43) 2020-04-11 23:54:04 -05:00
retries.test.js Add a test for Vault token retrieval retries 2023-04-03 21:06:32 +00:00
secrets.js handle undefined response in getSecrets error handler (#431) 2023-03-02 14:39:28 -05:00