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
I would say that the first "info" is more of a security issue that needs to be patched away in rousette (and upstreamed):
From the Readme of rousette, annonymous access is enabled when:
1. The first entry of `rule-list` list must be configured for `ANONYMOUS_USER_GROUP`.
2. All the rules except the last one in this rule-list entry must enable only "read" access operation.
3. The last rule in the first rule-set must be a wildcard rule that disables all operations over all modules.
The anonymous user access is disabled whenever these rules are not met.
Suggest patching these two logs that might look a bit worrying to end users:
The text was updated successfully, but these errors were encountered: