Skip to content

Commit 0d63d65

Browse files
committed
edit log error message
Signed-off-by: shirady <57721533+shirady@users.noreply.github.com>
1 parent 1c113e9 commit 0d63d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/endpoint/iam/iam_rest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ async function authorize_request(req) {
226226
// we want to block OBC accounts from IAM API related to user management
227227
// bucket_claim_owner is a property that we have only in OBC account in containerized deployments
228228
if (req.account_sdk.requesting_account.bucket_claim_owner !== undefined) {
229-
dbg.error('OBC accounts cannot are not allowed to perform IAM API actions');
229+
dbg.error('OBC accounts are not allowed to perform IAM API actions');
230230
throw new IamError(IamError.AccessDeniedException);
231231
}
232232
}

0 commit comments

Comments
 (0)