5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00
vault-action/integrationTests
Richard Simpson 5c464962be
feat: add generic auth (#39)
* feat: add generic auth

Adds the ability to authenticate against any normal Vault endpoint by added the `authPayload` input.

When an unrecognized method is provided, the action will attempt to hit `v1/auth/<method>/login` with the provided `authPayload and parse out the token in the response
2020-04-04 13:19:48 -05:00
..
basic feat: add generic auth (#39) 2020-04-04 13:19:48 -05:00
e2e fix(tests): fix unit tests and improve e2e 2020-02-20 11:24:04 -06:00
enterprise feat: add generic auth (#39) 2020-04-04 13:19:48 -05:00