From de548afd84035631f5ec1d978b3ab87c93bfd457 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Apr 2025 18:51:56 -0600 Subject: fix: add app to default global id --- pkg/authz/cedar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/authz') 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{ -- cgit v1.2.3