SIGN IN SIGN UP

fix: Update web server test for RBAC integration

CI Pipeline Fix:
- Add missing RBAC manager parameter to web.NewServer call
- Import rbac package and create proper RBACConfig
- Fix compilation error: not enough arguments in call to web.NewServer

Test Updates:
- tests/integration/web_server_test.go: Add RBAC manager initialization
- Use rbac.NewManager with proper configuration
- Enable RBAC with default 'owner' role for test

Status: ✅ CI compilation error fixed
Next: Verify CI pipeline passes
V
Vacbo committed
9c060f70bd7892d4e90ec228659151dcc7c84203
Parent: 5a951b4