-
Bug
-
Resolution: Won't Do
-
Blocker
-
None
-
None
-
False
-
None
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
-
Customer Escalated
Current behaviour
When a bearer token is sent in the Authorization header the following error is generated:
2023-08-31T07:13:23.127636Z error envoy wasm wasm log ngs-demo.threescale-auth-wasm-plugin: 3836951207 (1/http): error computing authrep credentials error Caused by: credentials not found
This happens for the following request:
curl -v -X POST example.com/foo/bar -H "Accept: application/json" -H "Authorization: Bearer REDACTED"
Expected behaviour
WASMPlugin can parse the request for the credentials and send the request to 3scale backend correctly