I am working on my test plan in JMeter but I am struggling with passing bearer token to all the requests.
I managed to set bearer as variable and pass it to another request but... I don't want to add a new Header Manager to every new HTTP Request created. Whenever I am trying to use one Header Manager to the whole thread group, the request which is responsible for getting the auth token is failing because it uses the created bearer variable as well.
So summarizing: I want to use one Header Manager for my whole Thread Group. How to structure should look like.
In the attachment, I am adding my current test plan structure.

Just move the
Login /get Tokenout of the HTTP Header Manager scopeFor example add a Simple Controller which does nothing apart from being a container for other test elemements and move your HTTP Header Manager and HTTP Request Samplers there:
Something like: