Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI and actuator endpoints are exclusion does not work #67

Open
elg-entur opened this issue Jan 3, 2025 · 0 comments
Open

OpenAPI and actuator endpoints are exclusion does not work #67

elg-entur opened this issue Jan 3, 2025 · 0 comments

Comments

@elg-entur
Copy link

By default certain OpenAPI and actuator endpoints are excluded.

Does not work as expected, https://cloudlogging.app.goo.gl/naoCtAtpZ29AWaot8

Workaround (written in yaml)

https://github.com/zalando/logbook#example-configuration

logbook:
  predicate:
    exclude:
      - path: /actuator/**
      - path: /favicon.*
      - path: /v2/api-docs/**
      - path: /v3/api-docs/**
      - path: /metrics
      - path: /swagger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant