You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We would like to be able to set specific headers to be sent to the Instance Under Test (IUT) for ensuring that server implementation requiring secured access can be tested.
Describe the solution you'd like
Using a new extra_headers option giving the opportunity to pass any extra headers required to IUT.
The text was updated successfully, but these errors were encountered:
gfenoy
changed the title
Make tests work with secured instances
Make ETS working with secured instances
Feb 3, 2023
I was able to set up special permissions set for the ETS to work on endpoints under /processes/echo.
However, the /jobs endpoint can contain other users' jobs, and I cannot open this publicly only for the purpose of the ETS.
If it could support some kind of Authorization: Bearer <token> header, which could be specified as input just like the echo process name can, then I could grant it special access for specific tests and jobs.
Is your feature request related to a problem? Please describe.
We would like to be able to set specific headers to be sent to the Instance Under Test (IUT) for ensuring that server implementation requiring secured access can be tested.
Describe the solution you'd like
Using a new
extra_headers
option giving the opportunity to pass any extra headers required to IUT.The text was updated successfully, but these errors were encountered: