Remove unreferenced values from test configs (#4959)
This commit is contained in:
parent
6fdc039c72
commit
440c5f96d9
|
|
@ -134,7 +134,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"orphanQueueDir": "/tmp/orphaned-certificates-a",
|
"orphanQueueDir": "/tmp/orphaned-certificates-a",
|
||||||
"features": {
|
"features": {
|
||||||
"StoreIssuerInfo": true
|
"StoreIssuerInfo": true
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@
|
||||||
"backdate": "1h",
|
"backdate": "1h",
|
||||||
"lifespanOCSP": "96h",
|
"lifespanOCSP": "96h",
|
||||||
"maxNames": 100,
|
"maxNames": 100,
|
||||||
"enableMustStaple": true,
|
|
||||||
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
||||||
"cfssl": {
|
"cfssl": {
|
||||||
"signing": {
|
"signing": {
|
||||||
|
|
@ -135,7 +134,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"orphanQueueDir": "/tmp/orphaned-certificates-b",
|
"orphanQueueDir": "/tmp/orphaned-certificates-b",
|
||||||
"features": {
|
"features": {
|
||||||
"StoreIssuerInfo": true
|
"StoreIssuerInfo": true
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
"passwordFile": "test/secrets/smtp_password",
|
"passwordFile": "test/secrets/smtp_password",
|
||||||
"dbConnectFile": "test/secrets/mailer_dburl",
|
"dbConnectFile": "test/secrets/mailer_dburl",
|
||||||
"maxDBConns": 10,
|
"maxDBConns": 10,
|
||||||
"messageLimit": 0,
|
|
||||||
"nagTimes": ["24h", "72h", "168h", "336h"],
|
"nagTimes": ["24h", "72h", "168h", "336h"],
|
||||||
"nagCheckInterval": "24h",
|
"nagCheckInterval": "24h",
|
||||||
"emailTemplate": "test/example-expiration-template",
|
"emailTemplate": "test/example-expiration-template",
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,9 @@
|
||||||
"dbConnectFile": "test/secrets/ocsp_updater_dburl",
|
"dbConnectFile": "test/secrets/ocsp_updater_dburl",
|
||||||
"maxDBConns": 10,
|
"maxDBConns": 10,
|
||||||
"oldOCSPWindow": "2s",
|
"oldOCSPWindow": "2s",
|
||||||
"missingSCTWindow": "1s",
|
|
||||||
"oldOCSPBatchSize": 5000,
|
"oldOCSPBatchSize": 5000,
|
||||||
"missingSCTBatchSize": 5000,
|
|
||||||
"parallelGenerateOCSPRequests": 10,
|
"parallelGenerateOCSPRequests": 10,
|
||||||
"ocspMinTimeToExpiry": "72h",
|
"ocspMinTimeToExpiry": "72h",
|
||||||
"oldestIssuedSCT": "72h",
|
|
||||||
"signFailureBackoffFactor": 1.2,
|
"signFailureBackoffFactor": 1.2,
|
||||||
"signFailureBackoffMax": "30m",
|
"signFailureBackoffMax": "30m",
|
||||||
"debugAddr": ":8006",
|
"debugAddr": ":8006",
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"userAgent": "boulder/1.0",
|
"userAgent": "boulder/1.0",
|
||||||
"blockProfileRate": 1000000000,
|
"blockProfileRate": 1000000000,
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"submissionTimeout": "5s",
|
|
||||||
"debugAddr": ":8009",
|
"debugAddr": ":8009",
|
||||||
"grpc": {
|
"grpc": {
|
||||||
"address": ":9091",
|
"address": ":9091",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"ra": {
|
"ra": {
|
||||||
"rateLimitPoliciesFilename": "test/rate-limit-policies.yml",
|
"rateLimitPoliciesFilename": "test/rate-limit-policies.yml",
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"maxContactsPerRegistration": 3,
|
"maxContactsPerRegistration": 3,
|
||||||
"debugAddr": ":8002",
|
"debugAddr": ":8002",
|
||||||
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
"sa": {
|
"sa": {
|
||||||
"dbConnectFile": "test/secrets/sa_dburl",
|
"dbConnectFile": "test/secrets/sa_dburl",
|
||||||
"maxDBConns": 100,
|
"maxDBConns": 100,
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"ParallelismPerRPC": 20,
|
"ParallelismPerRPC": 20,
|
||||||
"debugAddr": ":8003",
|
"debugAddr": ":8003",
|
||||||
"tls": {
|
"tls": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"va": {
|
"va": {
|
||||||
"CAASERVFAILExceptions": "test/caa-servfail-exceptions.txt",
|
|
||||||
"userAgent": "boulder-remote-a",
|
"userAgent": "boulder-remote-a",
|
||||||
"debugAddr": ":8011",
|
"debugAddr": ":8011",
|
||||||
"portConfig": {
|
"portConfig": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"va": {
|
"va": {
|
||||||
"CAASERVFAILExceptions": "test/caa-servfail-exceptions.txt",
|
|
||||||
"userAgent": "boulder-remote-b",
|
"userAgent": "boulder-remote-b",
|
||||||
"debugAddr": ":8012",
|
"debugAddr": ":8012",
|
||||||
"portConfig": {
|
"portConfig": {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
"httpsPort": 5001,
|
"httpsPort": 5001,
|
||||||
"tlsPort": 5001
|
"tlsPort": 5001
|
||||||
},
|
},
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"dnsTries": 3,
|
"dnsTries": 3,
|
||||||
"dnsResolvers": [
|
"dnsResolvers": [
|
||||||
"127.0.0.1:8053",
|
"127.0.0.1:8053",
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"orphanQueueDir": "/tmp/orphaned-certificates-a",
|
"orphanQueueDir": "/tmp/orphaned-certificates-a",
|
||||||
"features": {
|
"features": {
|
||||||
"StoreIssuerInfo": true
|
"StoreIssuerInfo": true
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@
|
||||||
"backdate": "1h",
|
"backdate": "1h",
|
||||||
"lifespanOCSP": "96h",
|
"lifespanOCSP": "96h",
|
||||||
"maxNames": 100,
|
"maxNames": 100,
|
||||||
"enableMustStaple": true,
|
|
||||||
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
||||||
"cfssl": {
|
"cfssl": {
|
||||||
"signing": {
|
"signing": {
|
||||||
|
|
@ -135,7 +134,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"orphanQueueDir": "/tmp/orphaned-certificates-b",
|
"orphanQueueDir": "/tmp/orphaned-certificates-b",
|
||||||
"features": {
|
"features": {
|
||||||
"StoreIssuerInfo": true
|
"StoreIssuerInfo": true
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
"passwordFile": "test/secrets/smtp_password",
|
"passwordFile": "test/secrets/smtp_password",
|
||||||
"dbConnectFile": "test/secrets/mailer_dburl",
|
"dbConnectFile": "test/secrets/mailer_dburl",
|
||||||
"maxDBConns": 10,
|
"maxDBConns": 10,
|
||||||
"messageLimit": 0,
|
|
||||||
"nagTimes": ["24h", "72h", "168h", "336h"],
|
"nagTimes": ["24h", "72h", "168h", "336h"],
|
||||||
"nagCheckInterval": "24h",
|
"nagCheckInterval": "24h",
|
||||||
"emailTemplate": "test/example-expiration-template",
|
"emailTemplate": "test/example-expiration-template",
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,9 @@
|
||||||
"dbConnectFile": "test/secrets/ocsp_updater_dburl",
|
"dbConnectFile": "test/secrets/ocsp_updater_dburl",
|
||||||
"maxDBConns": 10,
|
"maxDBConns": 10,
|
||||||
"oldOCSPWindow": "2s",
|
"oldOCSPWindow": "2s",
|
||||||
"missingSCTWindow": "1s",
|
|
||||||
"oldOCSPBatchSize": 5000,
|
"oldOCSPBatchSize": 5000,
|
||||||
"missingSCTBatchSize": 5000,
|
|
||||||
"parallelGenerateOCSPRequests": 10,
|
"parallelGenerateOCSPRequests": 10,
|
||||||
"ocspMinTimeToExpiry": "72h",
|
"ocspMinTimeToExpiry": "72h",
|
||||||
"oldestIssuedSCT": "72h",
|
|
||||||
"signFailureBackoffFactor": 1.2,
|
"signFailureBackoffFactor": 1.2,
|
||||||
"signFailureBackoffMax": "30m",
|
"signFailureBackoffMax": "30m",
|
||||||
"debugAddr": ":8006",
|
"debugAddr": ":8006",
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
"publisher": {
|
"publisher": {
|
||||||
"userAgent": "boulder/1.0",
|
"userAgent": "boulder/1.0",
|
||||||
"blockProfileRate": 1000000000,
|
"blockProfileRate": 1000000000,
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"submissionTimeout": "5s",
|
|
||||||
"debugAddr": ":8009",
|
"debugAddr": ":8009",
|
||||||
"grpc": {
|
"grpc": {
|
||||||
"address": ":9091",
|
"address": ":9091",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"ra": {
|
"ra": {
|
||||||
"rateLimitPoliciesFilename": "test/rate-limit-policies.yml",
|
"rateLimitPoliciesFilename": "test/rate-limit-policies.yml",
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"maxContactsPerRegistration": 3,
|
"maxContactsPerRegistration": 3,
|
||||||
"debugAddr": ":8002",
|
"debugAddr": ":8002",
|
||||||
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
"sa": {
|
"sa": {
|
||||||
"dbConnectFile": "test/secrets/sa_dburl",
|
"dbConnectFile": "test/secrets/sa_dburl",
|
||||||
"maxDBConns": 100,
|
"maxDBConns": 100,
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"ParallelismPerRPC": 20,
|
"ParallelismPerRPC": 20,
|
||||||
"debugAddr": ":8003",
|
"debugAddr": ":8003",
|
||||||
"tls": {
|
"tls": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"va": {
|
"va": {
|
||||||
"CAASERVFAILExceptions": "test/caa-servfail-exceptions.txt",
|
|
||||||
"userAgent": "boulder-remote-a",
|
"userAgent": "boulder-remote-a",
|
||||||
"debugAddr": ":8011",
|
"debugAddr": ":8011",
|
||||||
"portConfig": {
|
"portConfig": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"va": {
|
"va": {
|
||||||
"CAASERVFAILExceptions": "test/caa-servfail-exceptions.txt",
|
|
||||||
"userAgent": "boulder-remote-b",
|
"userAgent": "boulder-remote-b",
|
||||||
"debugAddr": ":8012",
|
"debugAddr": ":8012",
|
||||||
"portConfig": {
|
"portConfig": {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
"httpsPort": 5001,
|
"httpsPort": 5001,
|
||||||
"tlsPort": 5001
|
"tlsPort": 5001
|
||||||
},
|
},
|
||||||
"maxConcurrentRPCServerRequests": 100000,
|
|
||||||
"dnsTries": 3,
|
"dnsTries": 3,
|
||||||
"dnsResolvers": [
|
"dnsResolvers": [
|
||||||
"127.0.0.1:8053",
|
"127.0.0.1:8053",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue