You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RBAC tests: parameterise RBAC_FORCE_FALLBACK in testcontainers (TRI-8859)
Replace the hardcoded `RBAC_FORCE_FALLBACK: "1"` env var with an
optional `forceRbacFallback` parameter on `startWebapp` and
`startTestServer`. Default `true` preserves OSS suite behaviour
(every existing call site keeps fallback-pinned semantics).
Cloud's enterprise variant of the e2e suite passes `false` so the
spawned webapp loads the real `@triggerdotdev/plugins/rbac` instead
of the OSS fallback. Same harness, different RBAC implementation
under test.
Verification: OSS e2e.full suite still 162/162 passes.
0 commit comments