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
In the above the authentication happens from "Authorization" header with APIKEY as value. But I wanted add "Bearer "
Could you please help how to add it so that my authentication will look like as below
apisix-ingress-controller/docs/en/latest/references/apisix_route_v2.md
Line 76 in 4b089a3
Hello APISIX Team.
Currently I Have enabled the API Key based authentication using keyAuth in apisix for my apisixroute. In this
curl -H "Authorization: <api-key>" http://0.0.0.0/api
curl -H "Authorization: Bearer <api-key>" http://0.0.0.0/api
The text was updated successfully, but these errors were encountered: