Hello,
This response is basically an authentication problem, so it’s hard to tell. Can you give more about the context? Do you reload the GUI? Do you see the Login form ? When is this error exactly happening?
Yes, we have heard of this problem before but were not able to reproduce it in our docker test setups until now. We yet suspect an issue with the communication with the DB.
Could you please give more details about the “when” it happens, I mean:
did it start as you were adding a lot of new files or rather randomly afterwards ?
does restarting both containers solve the issue ?
And
also how powerful is your server ?
did you get other errors prior to the one you mentioned (that is rather consequence than the root cause) ?
did it start as you were adding a lot of new files or rather randomly afterwards?
The issue occurred after the server was restarted
does restarting both containers solve the issue?
No
also how powerful is your server?
8 core, 32 GB
did you get other errors prior to the one you mentioned (that is rather consequence than the root cause)?
Not that I'm aware of
Again, here is the error: ‘2020-10-13T03:31:03.508Z ERROR pydio.rest.frontend Ladon blocked POST request at /frontend/session. Ladon Response: DefaultDeny:true’
Why is this occurring, i.e., what is Ladon, why is DefaultDeny set to ‘true’, and why is Ladon denying valid users, and how do I temporarily get past this issue, e.g., setting DefaultDeny to ‘false’?
We have mounted a similar environment and had it run for a while without encountering your case. I have discussed this to my fellow devs and we are convinced you must have some other error when launching the cells service.
Could you please double check or if you prefer, DM me you server logs. Thanks for your patience.
Thank you for your reply; however can you please answer some of my questions that should be known now? I.e.:
What is Ladon?
Why is DefaultDeny set to ‘true’?
How do I temporarily get past this issue, e.g., setting DefaultDeny to ‘false’?
Also, in the initial post I provided the compose file. If there is not an issue with the compose file, there should not be an issue with the configuration. Please advise on if there is an issue with the compose file.
Ladon is the library that we use under the hood to manage security policy in the server (who can see what) , more details on this there: https://pydio.com/en/docs/cells/v2/ed-security-policies (it is the same system in Home and ED, only that enterprise user can define and expand their own set of policies)
By default, nobody can see nothing in the server.
Your error means that the system cannot retrieve any of the “instance” ACL:
you cannot simply workaround this issue (basic security concern)
it usually means you have a problem with your DB connection, but root cause might be something else
You told me you could, at least at the beginning, use seamlessly the system => I thus assume your config was OK.
Only way to solve your problem is to diagnose and fix the issue so that you can start again retrieving the ACL and thus have permission to access the files.