5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 18:13:45 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Richard Simpson
fc73c8c906 make output more forgiving and shore up selectors 2020-04-11 23:49:29 -05:00
Richard Simpson
272c40f535 fix prefixless queries to default to data 2020-04-11 23:00:08 -05:00
Richard Simpson
7b3e2a5aac chore: make vault action consumable 2020-04-10 19:42:50 -05:00
Richard Simpson
83d944ba1a fix: actually allow custom methods 2020-04-07 12:14:02 -05:00
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
Renamed from action.js (Browse further)