Hey
As I understand it, the worker communicates with the server (polls and update statuses of flows) using http requests to the prefect api (correct if I'm wrong). I am planing to put a reversed proxy on the prefect server to handle authentication, and I wonder if there a way to configure the worker to aquire token and add an auth header before sending requests to the server?