Skip to content

Add WSGI ignore for specific user agent #30

@nils-van-zuijlen

Description

@nils-van-zuijlen

Is your feature request related to a problem? Please describe.

Kubernetes has a liveness and a readiness probe that can be configured to use HTTP.
All of these requests use the kube-probe/<version> user agent.

Describe the solution you'd like

I would like to be able to exclude all requests with the kube-probe user agent, and other specific user agents if needed (the go module mirror comes to my mind)

Describe alternatives you've considered

Entering manually every probing endpoint in the WSGI ignore path, but that does not allow to have a default value that excludes automatically all kube-probe endpoints.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions