telegraf icon indicating copy to clipboard operation
telegraf copied to clipboard

feat(common.cookie): allow usage of secrets for header

Open h0nIg opened this issue 7 months ago • 0 comments

Use Case

common.cookie does not support secretstores, it may be required to send header values based on secretstores

Expected behavior

cookie_auth_headers = { MyHeader = "@{test:admin}"} should use secretstore resolve mechanism

Actual behavior

it does not use secretstore resolve mechanism

Additional info

No response

h0nIg avatar Jul 19 '24 07:07 h0nIg