When I try to add a new role, or group, I get the following in the Cells log:
|2019-02-01T14:26:59.775Z|ERROR|pydio.rest.role|Ladon blocked POST request at /role. Ladon Response: DefaultDeny:true ,|
|---|---|---|---|
|2019-02-01T14:26:59.772Z|ERROR|pydio.rest.role|Ladon blocked POST request at /role. Ladon Response: DefaultDeny:true ,|
|2019-02-01T14:26:59.770Z|ERROR|pydio.rest.role|Ladon blocked POST request at /role. Ladon Response: DefaultDeny:true ,|
|2019-02-01T14:26:59.771Z|ERROR|pydio.rest.role|Ladon blocked POST request at /role. Ladon Response: DefaultDeny:true ,|
|2019-02-01T14:26:59.770Z|ERROR|pydio.rest.user|Ladon blocked PUT request at /user/standard. Ladon Response: DefaultDeny:true ,|
|2019-02-01T14:26:59.767Z|ERROR|pydio.rest.user|Ladon blocked PUT request at /user/standard. Ladon Response: DefaultDeny:true ,|
|2019-02-01T14:26:59.759Z|ERROR|pydio.rest.user|Ladon blocked PUT request at /user/standard. Ladon Response: DefaultDeny:true ,|
|2019-02-01T14:26:59.763Z|ERROR|pydio.rest.user|Ladon blocked PUT request at /user/standard. Ladon Response: DefaultDeny:true ,|
|2019-02-01T14:26:59.765Z|ERROR|pydio.rest.user|Ladon blocked PUT request at /user/standard. Ladon Response: DefaultDeny:true ,|
|2019-02-01T14:26:59.769Z|ERROR|pydio.rest.user|Ladon blocked PUT request at /user/standard. Ladon Response: DefaultDeny:true|
Then, it logs me out forcibly, possibly these are the relevant lines when that happened:
2019-02-01T14:29:17.832Z ERROR pydio.rest.frontend Rest Error 401 {"error": "Post https://files.example.com/auth/dex/token: dial tcp 71.136.153.141:443: connect: connection timed out"},
2019-02-01T14:28:07.910Z INFO http: proxy error: context canceled
Then, I log back in and it lets me create the group this time.
Is there something I need to configure somewhere for this?