feat: add the ability to set extra headers (#27)

* feat: add the ability to set extra headers

* switch to more generic map solution for headers
This commit is contained in:
Richard Simpson
2020-03-11 14:02:13 -05:00
committed by GitHub
parent 0ece1da433
commit bef2eb0b90
4 changed files with 148 additions and 6 deletions

View File

@@ -13,6 +13,9 @@ inputs:
namespace:
description: 'The Vault namespace from which to query secrets. Vault Enterprise only, unset by default'
required: false
extraHeaders:
description: 'A string of newline seperated extra headers to include on every request.'
required: false
runs:
using: 'node12'
main: 'dist/index.js'