fix: disable permissions bypass to avoid incorrect role assignment to api keys

This commit is contained in:
Pujit Mehrotra
2024-09-13 13:48:21 -04:00
parent fff0861f75
commit 0e4054cf3b
+1 -1
View File
@@ -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