Skip to content

Commit

Permalink
update iss on daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Mar 7, 2024
1 parent d9b62b9 commit 4d2c17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ozone/src/daemon/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class DaemonContext {
const appviewAgent = new AtpAgent({ service: cfg.appview.url })
const createAuthHeaders = (aud: string) =>
createServiceAuthHeaders({
iss: cfg.service.did,
iss: `${cfg.service.did}#atproto_labeler`,
aud,
keypair: signingKey,
})
Expand Down

0 comments on commit 4d2c17f

Please sign in to comment.