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
We have a VRT backend deployed. However it requires Authorization header for access in order not to be publicly accessible for anyone.
Proposed solution
Add optional "authHeader" setting / VRT_AUTH_HEADER env variable. If present, its value can be added to the AxiosRequestConfig as Authorization header to ensure it is sent with all requests to the backend.
This allows the backend not to be publicly available. It provides support for any Authorization type since the full value of the header is provided from the config.