5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00
vault-action/src
Alex Kulikovskikh c502100fbe
feat(): add support for github provided jwt auth (#257)
* fix: update `privateKeyRaw` condition

* fix: add `contents: read` permission

* fix: get token via `@actions/core`

- Update README
- Switch to use `getIDToken` method for Github token retrieval
- Bump `@actions/core` to 1.6.0
- Add `jwtGithubAudience` input
- Remove unnecessary code

* fix: add description for `jwtGithubAudience`

* fix: move default value for `jwtGithubAudience` to `action.yml`

* docs: fix typo in README & grammar

* test: add tests

* fix: reset `dist/index.js`

* fix: remove default value for `jwtGithubAudience` from `action.yml`

* fix: reset `dist/index.js`

* fix: reset `dist/index.js`
2021-10-08 09:46:21 -07:00
..
action.js Implement kubernetes auth / Add customizable auth path (#218) 2021-06-03 10:59:51 -04:00
action.test.js Mask each line of multi-line secrets (#208) 2021-05-05 11:54:07 +01:00
auth.js feat(): add support for github provided jwt auth (#257) 2021-10-08 09:46:21 -07:00
auth.test.js Implement kubernetes auth / Add customizable auth path (#218) 2021-06-03 10:59:51 -04: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
secrets.js - Support complex keys, such as yaml/json files (#173) 2021-01-11 11:47:51 -05:00