Marcel Ludwig
Marcel Ludwig
Currently all timings and related measurements taking place at backend level. We should be able to configure a overall timeout which will take all endpoint related actions into account (sequences,...
Couper uses the [openTelemetry](https://opentelemetry.io/) go package which was already configured to support basic tracing but its undocumented and not tested. - [ ] finalize implementation, mostly configuration - [ ]...
Currently an endpoint will match all requests by path, no matter what method the client uses. ```hcl endpoint "/**" { proxy { backend = "foo" } } ``` This could...
Couper supports #615 (m)TLS which allows us to have access to the requests certificate properties (`request.TLS`) if TLS is enabled. We could create an access control #662 plugin which is...
Make the current error available as hcl variable. Use case would be an `error_handler`, `error_template` or `custom_logs`. Which properties are useful? Context, Message ...?
Create a LDAP access control plugin to proof the #662 for the ac mountpoint.
Create a LDAP connector #662 plugin which may referenced by the related #667 LDAP AC.
**Describe the bug** Using the `grafana.json` with a 9.x grafana dashboard, at least the *process* panels get's removed (and some new fields are added) on save (json model). **Expected behavior**...
Closes #827 --- Reviewer checklist Read PR description: a summary about the changes is required Changelog updated Documentation: docs/{Reference, Cli, ...}, Docker and cli help/usage Pulled branch, manually tested Verified...