Stepan Rakitin
Stepan Rakitin
@aeneasr Is it possible to solve this by introducing configurable webhook which can be called when there is a `client_credentials` or any other machine-to-machine flow? This could be a global...
This would be a really interesting and useful feature not covered by spec. Something like `online_access` granted scope which we can handle in `/oauth2/token` handler, before calling fosite. There we...
The way I usually work around this is extracting this hostname from ingress controller service. Something like this from my module which provisions ingress-nginx and keeps its hostname in the...
Hi, did the redesign happen? If not, are you still open to accept Azure Key Vault integration with the current design?
Hi @howardjohn, I'm following up on your comment here: https://github.com/istio/istio/pull/46603#issuecomment-1690213109 Was there any feedback from the team and what's a current way to work around this issue without overwriting the...
@stuartarchibald I will take this issue.
Definitely needs a reopen, I would like to stop patching the `kube-gateway.yaml`. :)
Same here, profiling points to the leaked context (I guess headers) taking a lot of heap memory in https://github.com/DataDog/dd-trace-js/blob/c35772587a1f5e0177dd694f1e90d1c5828700a2/packages/datadog-instrumentations/src/http/client.js#L48 Node 20.9.0, dd-trace 4.20.0
@sabrenner Not using Next.js
I managed to make the `--import` approach work on Node 20 with dd-trace `v4.18.0` ```js // esm-hooks.js import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("dd-trace/loader-hook.mjs",...