Compare commits

..

1 Commits

Author SHA1 Message Date
Hein
eaf1133575 Fixed security rules not loading 2025-12-02 16:55:12 +02:00

View File

@@ -28,7 +28,7 @@ func loadSecurityRules(secCtx SecurityContext, securityList *SecurityList) error
userID, ok := secCtx.GetUserID()
if !ok {
logger.Warn("No user ID in context for security check")
return fmt.Errorf("authentication required")
return nil
}
schema := secCtx.GetSchema()