Commit de548af

mo khan <mo@mokhan.ca>
2025-04-03 00:51:56
fix: add app to default global id
1 parent 6b06446
Changed files (1)
pkg
pkg/authz/cedar.go
@@ -19,7 +19,7 @@ func WithCedar() Authorizer {
 		}
 		subject, found := TokenFrom(r).Subject()
 		if !found {
-			subject = "gid://User/*"
+			subject = "gid://example/User/*"
 		}
 
 		return policies.Allowed(cedar.Request{