wscalf
wscalf
I'm running into (I think) the same thing - I mapped port 8080 with -p8080:8080, and traffic is getting to Tomcat because it's showing up in the Tomcat access log,...
Yes and no. I never got the HTTP endpoint to work, but if I recall correctly, I got the HTTPS endpoint to work from inside the container by..I think generating...
+1 to @reify-tanner-stirrat 's object merge semantics. We're working on a model inspired by the [Google IAM blog post](https://authzed.com/blog/google-cloud-iam-modeling) where each service provider has a subschema that with a domain-specific...
The module proposal is _very_ interesting! That kind of file separation is a totally logical next step, especially if we wanted to manage microservice subschemas with a gitops flow or...
Would there be interest in proposals around this? We haven't looked super closely at it, but it seems like there would be a few options: - Could approach it the...
FWIW, I did some poking around at what it would take to have a unified middleware interface for unary and streaming endpoints. It does look possible, and there's some precedent...
Okay, and so it's intentional then that logging and metrics always report HTTP status codes?