Skip to content

Commit

Permalink
chore: limit the error output to final user/developer
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 28, 2024
1 parent 159876a commit 7024c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/authz/src/makeCheckMethodAuthorized.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function makeCheckMethodAuthorized(authzServer: string, methods: string[]) {
createInterceptingCall({
call,
code: status.PERMISSION_DENIED,
details: `Method '${method}' unauthorized by external service - accessKeyId ${accessKeyId}`
details: `Method unauthorized`
});
return;
}
Expand Down

0 comments on commit 7024c03

Please sign in to comment.