mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
* 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
12 lines
No EOL
223 B
JSON
12 lines
No EOL
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |