User Context for Osdu_ingest (Manifest ingestion) in GC and RI environment is now working.

User Context for Osdu_ingest (Manifest ingestion) in GC and RI environment is now working. After the data is ingested and retrieved, was expecting to see "preshipping_test_user_m19@gcp.gnrg-osdu.projects.epam.com" for creatUser, instead what I am seeing is "createUser": "osdu-sa-airflow-composer@osdu-service-prod.iam.gserviceaccount.com", e.g.

Retrieve ingested record using Search API curl --location 'https://preship.gcp.gnrg-osdu.projects.epam.com/api/search/v2/query'
--header 'Content-Type: application/json'
--header 'data-partition-id: m19'
--header 'Authorization: Bearer ya29.a0AfB_byAyTMhrTfHZ52sGXiaBbWuEYzeGItQxycmzDXSKtI43M8lMU0R_t6d3MTLhm5okxZK0U_xIa8fCbSJYbHxJPL-92fWlUwH8dhx0IsTaivizaTWfGr8M9m-Ci8rtUlLuFzBeJ9TDFGduS3j7tU62vzBLWo05-eOWNgaCgYKAX8SARASFQGOcNnCcq_y3ljfX_tBRCwnApdccA0173'
--data '{ "kind": "osdu:wks:master-data--Well:1.0.0", "query" : "id:"m19:master-data--Well:1115-380363"" }'

Response 200 OK
{
"results": [
    {
        "data": {
            "VirtualProperties.DefaultLocation.QuantitativeAccuracyBandID": null,
            "ResourceLifecycleStatus": null,
            "DefaultVerticalMeasurementID": null,
            "SpatialLocation.Wgs84Coordinates": {
                "geometries": [
                    {
                        "coordinates": [
                            3.51906683,
                            55.68101428
                        ],
                        "type": "point"
                    }
                ],
                "type": "geometrycollection"
            },
            "ResourceCurationStatus": null,
            "TechnicalAssuranceID": null,
            "VirtualProperties.DefaultLocation.SpatialGeometryTypeID": null,
            "FacilityName": "A05-01",
            "Source": "NL_TNO_Auto_Test",
            "FacilityID": "10110909",
            "VirtualProperties.DefaultName": "A05-01",
            "VerticalMeasurements": [
                {
                    "WellboreTVDTrajectoryID": null,
                    "VerticalCRSID": null,
                    "VerticalMeasurementSourceID": null,
                    "VerticalReferenceID": null,
                    "VerticalMeasurementID": "Kelly Bushing",
                    "VerticalMeasurementPathID": null,
                    "VerticalMeasurement": 36.6,
                    "VerticalMeasurementTypeID": null,
                    "VerticalMeasurementDescription": null,
                    "VerticalMeasurementUnitOfMeasureID": null
                }
            ],
            "VirtualProperties.DefaultLocation.CoordinateQualityCheckPerformedBy": null,
            "VersionCreationReason": null,
            "ResourceSecurityClassification": null,
            "InterestTypeID": null,
            "DataSourceOrganisationID": null,
            "SpatialLocation.SpatialParameterTypeID": null,
            "ExistenceKind": null,
            "SpatialLocation.CoordinateQualityCheckPerformedBy": null,
            "FacilityTypeID": "m19:reference-data--FacilityType:WELL380363:",
            "NameAliases": [],
            "DefaultVerticalCRSID": null,
            "VirtualProperties.DefaultLocation.IsDecimated": false,
            "GeoContexts": [],
            "CurrentOperatorID": null,
            "SpatialLocation.QualitativeSpatialAccuracyTypeID": null,
            "SpatialLocation.SpatialGeometryTypeID": null,
            "OperatingEnvironmentID": null,
            "VirtualProperties.DefaultLocation.SpatialParameterTypeID": null,
            "ResourceHomeRegionID": null,
            "VirtualProperties.DefaultLocation.QualitativeSpatialAccuracyTypeID": null,
            "InitialOperatorID": null,
            "VirtualProperties.DefaultLocation.Wgs84Coordinates": {
                "geometries": [
                    {
                        "coordinates": [
                            3.51906683,
                            55.68101428
                        ],
                        "type": "point"
                    }
                ],
                "type": "geometrycollection"
            },
            "SpatialLocation.QuantitativeAccuracyBandID": null
        },
        "kind": "osdu:wks:master-data--Well:1.0.0",
        "source": "wks",
        "acl": {
            "viewers": [
                "data.default.viewers@m19.group"
            ],
            "owners": [
                "data.default.owners@m19.group"
            ]
        },
        "type": "master-data--Well",
        "version": 1695237506708708,
        "tags": {
            "normalizedKind": "osdu:wks:master-data--Well:1"
        },
        "createTime": "2023-09-20T19:18:27.011Z",
        "authority": "osdu",
        "namespace": "osdu:wks",
        "legal": {
            "legaltags": [
                "m19-Manifest-Ingestion-Legal-Tag"
            ],
            "otherRelevantDataCountries": [
                "US"
            ],
            "status": "compliant"
        },
        "createUser": "osdu-sa-airflow-composer@osdu-service-prod.iam.gserviceaccount.com",
        "id": "m19:master-data--Well:1115-380363"
    }
],
"aggregations": null,
"totalCount": 1

}