Skip to content

Is it possible to send customized body and auth headers on the proxy on transfer-06-consumer-pull-http sample? #112

Answered by ndr-brt
skarampatakis asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, the proxy properties in the HttpData DataAddress are booleans that, when set to true will permit to have the body, method and query from the consumer request to be proxied to the provider data source.

For authentication, in the DataAddress you can set the authKey (header name) and the authCode (the token value). You can have it stored in the vault, in that case you need to use secretName instead as the key with which the secret is stored in the vault.

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by skarampatakis
Comment options

You must be logged in to vote
1 reply
@ndr-brt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
stale Open for x days with no activity
3 participants
Converted from issue

This discussion was converted from issue #98 on September 07, 2023 06:37.