You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your idea, I have two (isolated, independent) clarifying questions:
As you are linking to the logbookFilter bean definition, would your use case be solved if you provide your own logbookFilter bean with the desired custom bean order?
If we were to provide configurable bean ordering, would your use case be solved if the order is configurable via the properties (as an integer)?
In order to prioritize the support for Logbook, we would like to check whether the old issues are still relevant.
This issue has not been updated for over six months.
Please check if it is still relevant in latest version of the Logbook.
If so, please add a descriptive comment to keep the issue open.
Otherwise, the issue will automatically be closed after a week.
Detailed Description
Make Logbook filter order configurable in Spring Boot starter.
Context
Current Spring Boot starter has hardcoded orders, accordingly to security concerns explained in Logbook docs, for example:
logbook/logbook-spring-boot-autoconfigure/src/main/java/org/zalando/logbook/autoconfigure/LogbookAutoConfiguration.java
Line 463 in 646f303
However, it might be beneficial to adjust the order, to accommodate observability related filters, for example.
Possible Implementation
Make the order configurable.
Your Environment
Logbook 3.8.0
The text was updated successfully, but these errors were encountered: