We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c113e9 commit 0d63d65Copy full SHA for 0d63d65
src/endpoint/iam/iam_rest.js
@@ -226,7 +226,7 @@ async function authorize_request(req) {
226
// we want to block OBC accounts from IAM API related to user management
227
// bucket_claim_owner is a property that we have only in OBC account in containerized deployments
228
if (req.account_sdk.requesting_account.bucket_claim_owner !== undefined) {
229
- dbg.error('OBC accounts cannot are not allowed to perform IAM API actions');
+ dbg.error('OBC accounts are not allowed to perform IAM API actions');
230
throw new IamError(IamError.AccessDeniedException);
231
}
232
0 commit comments