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
This is only really relevant if the plugin stays in the distribution (#11553).
rabbitmq.conf schema supports path validators. The tracing plugin only has one configurable setting which is a path, and it can be validated to be writeable similarly to how TLS key and certificate paths are validated to be readable.
In fact, there's already a schema validator for that, dir_writable, which is used by the log file path setting.
This is only really relevant if the plugin stays in the distribution (#11553).
rabbitmq.conf
schema supports path validators. The tracing plugin only has one configurable setting which is a path, and it can be validated to be writeable similarly to how TLS key and certificate paths are validated to be readable.In fact, there's already a schema validator for that,
dir_writable
, which is used by the log file path setting.See #11546 and #11551 for background.
The text was updated successfully, but these errors were encountered: