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 want my users to be able to login to MinIO Console with social connection and get the appropriate permissions' policy attached to their user profiles.
Describe the ideal solution
I would like my Auth0 tenant to apply some logic that allows me to map users to policies in MinIO and propagate this authorization to the MinIO application. I would also like to have a default low-privilege policy assignment for random strangers.
Alternatives and current workarounds
I can use the current role-creation-POST_LOGIN template to assign the same role to all known users. The downside of this is ...
I'd like to add different special users to different policies, not all should be granted the same (me, for example, I want to be an admin, but my friends should only have read-write permissions)
There is no graceful way to make unknown users/bots/strangers be allowed to login to a fallback read-only role
Checklist
Describe the problem you'd like to have solved
I want my users to be able to login to MinIO Console with social connection and get the appropriate permissions' policy attached to their user profiles.
Describe the ideal solution
I would like my Auth0 tenant to apply some logic that allows me to map users to policies in MinIO and propagate this authorization to the MinIO application. I would also like to have a default low-privilege policy assignment for random strangers.
Alternatives and current workarounds
I can use the current
role-creation-POST_LOGIN
template to assign the same role to all known users. The downside of this is ...Additional context
I'm trying to complete this ticket, OwnTube-tv/minio-microk8s-ansible#10
The text was updated successfully, but these errors were encountered: