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 are referencing this library in our Terraform deployment. Our kafka-connect API is using Bearer auth via a JWT Authorizer on API Gateway. It would simplify quite a bit of our deployment if this accepted bearer auth as well as basic auth. The resty client already supports bearer auth so it should work very similar to the way that basic auth is already working.
The text was updated successfully, but these errors were encountered:
We are referencing this library in our Terraform deployment. Our kafka-connect API is using Bearer auth via a JWT Authorizer on API Gateway. It would simplify quite a bit of our deployment if this accepted bearer auth as well as basic auth. The
resty
client already supports bearer auth so it should work very similar to the way that basic auth is already working.The text was updated successfully, but these errors were encountered: