Sunteți pe pagina 1din 6

We have found the path to provide the access id and secret key is not proper for "id":

"tesa_import_data_binary_kinesis_sync",:

Previous profile:
{
"id": "tesa_import_data_binary_kinesis_sync",
"name": "tesa_import_data_binary_kinesis_sync",
"type": "integrationprofile",
"data": {
"contexts": [
{
"context": {
"app": "RSConnect",
"service": "ENTITY_IMPORT",
"channel": "Kinesis",
"format": "RSBOJSON",
"source": "internal",
"role": "admin",
"user": "system",
"subtype": "System",
"order": "10"
},
"jsonData": {
"integrationType": "System",
"isEnabled": "true",
"migration": "false",
"statusEventEnabled": "false",
"collect": {
"isBinaryStreamPersistent": "true",
"channel": [
{
"type": "kinesisStreamConnector",
"credentialsType": "AMAZON_IAM_USER",
"settings": {
"streamName": "tesauat-bo3-import",
"regionName": "eu-central-1",
"accessId": "AKIAIWVNPSEKRPRLIZ4Q",
"secretKey":
"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",
"ec2IAMRole": "@@AMAZON_EC2_IAMROLE@@"
}
}
],
"format": {
"type": "RSBOJSON",
"version": "1.1",
"settings": {
"additionalSettings": {
"encoding": "utf8"
}
}
},
"filter": {
"include": {},
"exclude": {}
}
},
"publish": {
"isBinaryStreamPersistent": "false",
"channel": [
{
"type": "rdpConnector",
"settings": {
"type": "RSJSON",
"version": "1.1",
"requestforvaluemapping": "true"
}
}
],
"format": {
"type": "RSJSON",
"version": "1.1",
"batchSize": 1,
"settings": {
"additionalSettings": {
"encoding": "utf8"
}
}
},
"filter": {
"include": {},
"exclude": {}
}
},
"transform": {
"settings": {
"nullRecordTransformer": "true"
}
}
}
}
]
}
}

We should have access id and secret key in below path:

Inside jsonData → publish → channel → settings

1. "accessId": XXXXXX

2. "secretKey": XXXXXX
So below is the updated config:

"id": "tesa_import_data_binary_kinesis_sync",

"name": "tesa_import_data_binary_kinesis_sync",

"type": "integrationprofile",

"data": {

"contexts": [

"context": {

"app": "RSConnect",

"service": "ENTITY_IMPORT",

"channel": "Kinesis",

"format": "RSBOJSON",

"source": "internal",

"role": "admin",

"user": "system",

"subtype": "System",

"order": "10"

},

"jsonData": {

"integrationType": "System",

"isEnabled": "true",

"migration": "false",
"statusEventEnabled": "false",

"collect": {

"isBinaryStreamPersistent": "true",

"channel": [

"type": "kinesisStreamConnector",

"credentialsType": "AMAZON_IAM_USER",

"settings": {

"streamName": "tesauat-bo3-import",

"regionName": "eu-central-1",

"ec2IAMRole": "@@AMAZON_EC2_IAMROLE@@"

],

"format": {

"type": "RSBOJSON",

"version": "1.1",

"settings": {

"additionalSettings": {

"encoding": "utf8"

},
"filter": {

"include": {},

"exclude": {}

},

"publish": {

"isBinaryStreamPersistent": "false",

"channel": [

"type": "rdpConnector",

"settings": {

"type": "RSJSON",

"version": "1.1",

"requestforvaluemapping": "true",

"accessId": "AKIAIWVNPSEKRPRLIZ4Q",

"secretKey": "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"

],

"format": {

"type": "RSJSON",

"version": "1.1",

"batchSize": 1,
"settings": {

"additionalSettings": {

"encoding": "utf8"

},

"filter": {

"include": {},

"exclude": {}

},

"transform": {

"settings": {

"nullRecordTransformer": "true"

S-ar putea să vă placă și