To disable authentication and expose all endpoints openly, set the following environment variable.
This is available if you prefer to use your own authentication in a separate proxy or similar.
We do not recommend you expose the server to the internet without authentication,
as it would then be possible for anyone to prune your headers at will.
BHS_HTTP_USE_AUTH=false
Authenticate with admin token
After the setup of authentication you can use provided token to authenticate.
To do it, just add the following header to all the requests to Block Headers Service.