mdnfiras commented on PR #12631: URL: https://github.com/apache/apisix/pull/12631#issuecomment-3327483849
That makes sense. My goal was to implement audit logging for the Apisix dashboard. And for this, I'm routing Apisix dashboard requests through Apisix gateway itself, and using this `etcd-logger` to log to ETCD. So in my case, there won't be a huge amount of logs. But perhaps it makes more sense to properly implement audit logging for Apisix Admin API, right? Instead of working around this by routing request through the API gateway then using plugins, it would be better to have the option to just enable audit logging for POST/PUT/DELETE/PATCH requests to the admin API. These audit logs should not be as large as regular request logs, and can possibly fit in ETCD. What do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
