Martin Eigenbrodt

Results 5 issues of Martin Eigenbrodt

I use the context Propagation to get (Jaeger-) Traced for the database calls. This works mostly, but Create executes a named statement that produces "dangling" spans due to a missing...

### Problem Description Observed: I set INSTANA_EXTRA_HTTP_HEADERS for my go-service to some value to collect additional headers, but it had no effect. Looking at https://github.com/instana/go-sensor/blob/master/agent.go#L367 it believe it is override...

bug

### Description I am running HedgeDoc 1.9.9 I have set the Environment Variable CMD_ALLOW_ANONYMOUS to false Still anonymous users are able to view Notes (with Permission EDITABLE or LOCKED). I'd...

type: bug

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

feat

The library uses a Cache Key composed out of the Request Method and` http.Request.RequestURI`. However "RequestURI" is a server only field and is empty on client side. Thus all GET...