S3 inaccessible in the event of multiple SSO connections #973
-
Hello, The console looks like this when you try to access the tab in a project : And an other one like this "Uncaught (in promise) AccessDenied: Access Denied. at throwDefaultError$1 (url) at sync Object.listObjects (url)". Has anyone ever encountered this kind of configuration problem ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
can you look at the network request ? as everything is done from the browser to the S3 endpoint ? what kind of S3 storage do you use ? |
Beta Was this translation helpful? Give feedback.
project-test
probably refers to a project instead of a user personal space. Can you confirm first that user's personal spaces are working fine ?The fact that you get a 403 forbidden seems to point towards the fact that minIO is not aware that user X has access to project Y. You need to explicitly specify that to minIO on addition to the
user X has access to bucket X
policy that you already have.Can you confirm and show which policies you have currently defined in minIO ?