David Wobrock

Results 20 issues of David Wobrock

### 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

Second try, after https://github.com/joke2k/django-environ/pull/419 was reverted here https://github.com/joke2k/django-environ/pull/486. The reason of the revert was these two issues that arise following the release of a new version: https://github.com/joke2k/django-environ/issues/485 and https://github.com/joke2k/django-environ/issues/490 -...

enhancement

[ticket-32114](https://code.djangoproject.com/ticket/32114)

### 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/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...

feat

A DB default is not considered backward incompatible, as the default value is kept on DB-level. See https://docs.djangoproject.com/en/dev/releases/5.0/#database-computed-default-values Fixes https://github.com/3YOURMIND/django-migration-linter/issues/275

With 5.0, Django will support setting database defaults: https://docs.djangoproject.com/en/dev/releases/5.0/#database-computed-default-values Perhaps this package can provide support for Django versions up until 4.2. And once the LTS 4.2 is not maintained anymore,...

### Why the changes in this PR are needed? When running OPA with the distributed tracing option enabled, the OpenTelemetry trace exporter is not gracefully shut down when the server...

The rationale behind this update is that we see an ever increasing memory usage on our Oathkeeper instances, until they OOM and we start a new one. From some pprof...

### 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/hydra/blob/master/CODE_OF_CONDUCT.md). -...

bug

Make the `id_token` mutator cache configurable: - can be enabled/disabled - can set the `max_cost` Changes to default configuration: Previous: - NumCounters: 10000 - MaxCost: 1 ## Checklist - [x]...