mirror of
https://github.com/unraid/api.git
synced 2026-05-19 15:40:31 -05:00
fix: disable permissions bypass to avoid incorrect role assignment to api keys
This commit is contained in:
@@ -13,6 +13,6 @@ PLAYGROUND=true
|
||||
INTROSPECTION=true
|
||||
MOTHERSHIP_GRAPHQL_LINK="http://authenticator:3000/graphql"
|
||||
NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
BYPASS_PERMISSION_CHECKS=true
|
||||
BYPASS_PERMISSION_CHECKS=false
|
||||
BYPASS_CORS_CHECKS=true
|
||||
CHOKIDAR_USEPOLLING=true
|
||||
|
||||
Reference in New Issue
Block a user