Skip to content

Commit

Permalink
fix backbeat config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Jan 9, 2025
1 parent fe41c71 commit 2dc2cc3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions tests/e2e/queuePopulator/config/s3c-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,15 @@
"vault": {
"host": "localhost",
"port": 8500,
"adminPort": 8600,
"adminCredentialsFile": "/conf/admin-backbeat.json"
"adminPort": 8600
}
}
},
"destination": {
"bootstrapList": [],
"auth": {
"type": "role",
"vault": {
"adminCredentialsFile": "/conf/admin-backbeat.json"
}
"vault": {}
}
},
"topic": "backbeat-replication",
Expand All @@ -64,8 +61,6 @@
"monitorReplicationFailureExpiryTimeS": 86400,
"queueProcessor": {
"groupId": "backbeat-replication-group",
"logConsumerMetricsIntervalS": 60,
"retryTimeoutS": 300,
"mpuPartsConcurrency": 10,
"concurrency": 10,
"probeServer": [],
Expand All @@ -82,7 +77,6 @@
},
"replicationStatusProcessor": {
"groupId": "backbeat-replication-group",
"logConsumerMetricsIntervalS": 60,
"probeServer": {
"bindAddress": "127.0.0.1",
"port": 7700
Expand Down Expand Up @@ -139,7 +133,12 @@
"bindAddress": "127.0.0.1",
"port": 7400
}
}
},
"supportedLifecycleRules": [
"expiration",
"noncurrentVersionExpiration",
"abortIncompleteMultipartUpload"
]
}
},
"log": {
Expand Down

0 comments on commit 2dc2cc3

Please sign in to comment.