Been working on setting up in a multi-server environment and trying to troubleshoot (or maybe looking for something that is not present) some errors/warnings present in the logs.
During the installation steps, the documentation states to run `service-discover setup-wizard` (as root) on the first server (Directory Server, DB connection, and Carbonio Mesh Server). The install works fine and is running; however, the question is, in the logs there are a lot of [WARN] message. What is the impact of these and why are they present?
[WARN] agent.server.intentions: Operation on intention prefix denied due to ACLs: prefix=carbonio-files-db accessorID=
It seems there is a configuration issues during the installation for default values.
Within /etc/zextras/service-discover/main.json the section below, seems to 1) enable ACL, and 2) have a default policy of deny. Changing 'default_policy' to 'allow' removes these warnings.
{
"acl": {
"enabled": true,
"default_policy": "deny",
"down_policy": "extend-cache",
"enable_token_persistence": true
},
Are these warnings a sign the system will not function correctly?