summaryrefslogtreecommitdiff
path: root/pkg/authz/cedar.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/authz/cedar.go')
-rw-r--r--pkg/authz/cedar.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/authz/cedar.go b/pkg/authz/cedar.go
index 80bb2a3..9c20a3f 100644
--- a/pkg/authz/cedar.go
+++ b/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{