Daniel-Samuil Voina
Daniel-Samuil Voina
Any chance for version 4.4+?
My initial speculation is that somehow the `headers` middleware is altering the request before it reaches the pod it is destined to. Middleware is applied using k8s CRDs
I was referring to a scenario where a server decides whether the client should proceed with sending the body of a request based on the headers initially sent. Here's how...
@JerryNixon: Here is my output. I will have to redact some output: ## Call: ``` curl -v -H "Authorization: Bearer eyJraWQiOi...Yw" https://dab-***/api/u_da_hrm_u_histhjem * Host dab-***:443 was resolved. * IPv6: (none)...
@JerryNixon: I have checked that the token is correctly forwarded in the request by placing httpbun instead the actual container and i can see that I am getting all headers...
What is the status of this? Can it be merged?
I do not think it works: https://github.com/Azure/data-api-builder/issues/2820
@JerryNixon - updated #2820 with all the info i could gather.
https://github.com/Azure/data-api-builder/issues/2817
Well - this is partially what i need. The issue is that I want to wait for let's say 3 minutes and watch the stream for a certain event that...