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
Initialize Keto with OPL namespace definitions for authorizer tests
Define all test namespaces (resource, partition, profile_user, profile,
custom) in a single OPL .ts file so Keto v25 validates relation tuples.
Rename "default" namespace to "resource" since "default" is a reserved
keyword in Keto's OPL parser. Switch from postgres-backed Keto to
in-memory mode with auto-migration, removing the unnecessary database
dependency and simplifying test setup.
0 commit comments