opa-java-client
opa-java-client copied to clipboard
Allow bearer token authentication in OpaConfiguration
We should allow authenticated requests to the OPA server by adding a configuration option to the builder passing in a token that would be used as the Authorization: Bearer <token> in all requests sent by the client.
Great idea, we should definitely do it in one of the first upcoming iterations.