Skip to content

500 Error on Patch WellLog Session. Baremetal

Hello,

Our environment is Baremetal, which is basically uses S3(MinIO), the service is from the release/0.24 branch. The Postman collection is here: https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M21/QA_Artifacts_M21/envFilesAndCollections/Wellbore%20DDMS%20CI-CD%20v3.0.postman_collection.json?ref_type=heads.

We send the following request:

curl --location --request PATCH 'https://<host>/api/os-wellbore-ddms/ddms/v3/welllogs/<well-log-id>/sessions/<s-id>' \
--header 'data-partition-id:<data-partition-id>' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
  "state": "commit"
}'

And it returns the following response:

500
{
    "error": [
        "Access Denied."
    ]
}

We have found out that the service is attempring to put bucket during the response

image

Thanks.

Edited by Yan Sushchynski (EPAM)