diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/authz/cedar.go | 2 |
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{ |
