Marcel Ludwig

Results 20 issues of 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,...

enhancement

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 - [ ]...

enhancement

Currently an endpoint will match all requests by path, no matter what method the client uses. ```hcl endpoint "/**" { proxy { backend = "foo" } } ``` This could...

proposal

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

theme/config
proposal
plugin

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 ...?

theme/config
proposal

Create a LDAP access control plugin to proof the #662 for the ac mountpoint.

proposal
plugin

Create a LDAP connector #662 plugin which may referenced by the related #667 LDAP AC.

proposal
plugin

**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**...

bug

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