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
Kamil Domański 2f64a97498
make "role" input optional (#291)
* make "role" input optional

Per Vault documentation it doesn't have to be provided,
and the auth provider's "default_role" parameter is required
precisely for this case.
https://www.vaultproject.io/api/auth/jwt
2022-04-07 15:34:46 +01:00
..
action.js feat(): make secrets parameter optional (#299) 2022-04-07 14:10:23 +01:00
action.test.js feat(): make secrets parameter optional (#299) 2022-04-07 14:10:23 +01:00
auth.js make "role" input optional (#291) 2022-04-07 15:34:46 +01: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