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

Commit

Permalink
[squash post review 1] make cloudserver config lighter and logs trace
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 8, 2024
1 parent c8cbb91 commit d915e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
48 changes: 2 additions & 46 deletions .github/s3_and_iam_deployment/cloudserver-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"port": 8000,
"listenOn": [],
"replicationGroupId": "RG001",
"restEndpoints": {
"localhost": "us-east-1",
"127.0.0.1": "us-east-1",
Expand All @@ -26,54 +25,18 @@
"s3-website.localhost",
"s3-website.scality.test"
],
"replicationEndpoints": [
{
"site": "zenko",
"servers": ["127.0.0.1:8000"],
"default": true
},
{
"site": "us-east-2",
"type": "aws_s3"
}
],
"cdmi": {
"host": "localhost",
"port": 81,
"path": "/dewpoint",
"readonly": true
},
"bucketd": {
"bootstrap": ["localhost:9000"]
},
"vaultd": {
"host": "localhost",
"port": 8500
},
"clusters": 1,
"log": {
"logLevel": "info",
"logLevel": "trace",
"dumpLevel": "error"
},
"healthChecks": {
"allowFrom": ["127.0.0.1/8", "::1"]
},
"metadataClient": {
"host": "localhost",
"port": 9990
},
"dataClient": {
"host": "localhost",
"port": 9991
},
"metadataDaemon": {
"bindAddress": "localhost",
"port": 9990
},
"dataDaemon": {
"bindAddress": "localhost",
"port": 9991
},
"recordLog": {
"enabled": false,
"recordLogName": "s3-recordlog"
Expand All @@ -82,12 +45,5 @@
"viaProxy": false,
"trustedProxyCIDRs": [],
"extractClientIPFromHeader": ""
},
"bucketNotificationDestinations": [
{
"resource": "target1",
"type": "dummy",
"host": "localhost:6000"
}
]
}
}
2 changes: 1 addition & 1 deletion .github/s3_and_iam_deployment/vault-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"keyFilePath": "./tests/utils/keyfile",
"adminCredentialsFilePath": "./tests/utils/admincredentials.json.encrypted",
"log": {
"level": "info",
"level": "trace",
"dump": "error"
},
"accountSeeds": [
Expand Down

0 comments on commit d915e23

Please sign in to comment.