Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
CORTX-33861: Create IAM user fails with 408 RequestTimeout (#903)
Browse files Browse the repository at this point in the history
Signed-off-by: Pranali Ugale <pranali.ugale@seagate.com>

Signed-off-by: Pranali Ugale <pranali.ugale@seagate.com>
  • Loading branch information
Pranali04796 authored Sep 2, 2022
1 parent 8b256dc commit 96bbc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csm/core/blogic/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@
408: { "Code": "RequestTimeout" },
503: { "Code": "S3ServiceUnavailable" }
}
CONNECTION_TIMEOUT = 20
CONNECTION_TIMEOUT = 60
RGW_ADMIN_OPERATIONS_MAPPING_SCHEMA = '{}/schema/rgw_admin_api_operations.json'.format(CSM_PATH)
IAM_OPERATIONS_MAPPING_SCHEMA = '{}/schema/iam_operations_mapping.json'.format(CSM_PATH)
SUPPRESS_PAYLOAD_SCHEMA = '{}/schema/suppress_payload.json'.format(CSM_PATH)
Expand Down

0 comments on commit 96bbc32

Please sign in to comment.