HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
18.41k stars 2.32k forks source link

Option to Disable AuthN and AuthZ #4521

Open PaulP49 opened 1 year ago

PaulP49 commented 1 year ago

Is your feature request related to a problem? Please describe. I run label-studio behind a gateway which already does the AuthN and AuthZ for any request reaching label-studio. For this reason the login screen and user management is unnecessary in my case.

Describe the solution you'd like It would be ideal to have a toggle (e.g. an env variable) to disable AuthN and AuthZ entirely for label-studio. This would ease the use of label-studio in my case, because the users don't have to login.

hogepodge commented 1 year ago

Thanks for the feature suggestion. We'll file the request for future consideration and will update this ticket as necessary.

BeeAlarmed commented 10 months ago

Nice idea! It would also be nice to allow to determine the current user/email from specific header fields.