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
logger.debug(`not authorized for "${request.url.path}"`);
To assist in debugging authorization issues, it would be helpful if we could increase this to something that would be logged by default (perhaps info or warn). This should not be logged all that often under normal operating conditions, so IMO there is little risk to increasing this.
If a setup is seeing this log message spammed, then there is an authorization issue that should be addressed.
The text was updated successfully, but these errors were encountered:
Currently, we emit a
debug
log message whenever an under-privileged user attempts to access an API endpoint:kibana/x-pack/plugins/security/server/authorization/api_authorization.ts
Line 41 in 77fe83e
To assist in debugging authorization issues, it would be helpful if we could increase this to something that would be logged by default (perhaps
info
orwarn
). This should not be logged all that often under normal operating conditions, so IMO there is little risk to increasing this.If a setup is seeing this log message spammed, then there is an authorization issue that should be addressed.
The text was updated successfully, but these errors were encountered: