Skip to content

Commit

Permalink
Merge branch 'ozone-acls-take2' into pds-proxy-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Mar 5, 2024
2 parents 483b71f + 5e1c5fd commit 64d99dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ozone/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class AppContext {

const createAuthHeaders = (aud: string) =>
createServiceAuthHeaders({
iss: cfg.service.did,
iss: `${cfg.service.did}#atproto_labeler`,
aud,
keypair: signingKey,
})
Expand Down

0 comments on commit 64d99dd

Please sign in to comment.