...

Text file src/github.com/letsencrypt/boulder/test/integration/testdata/akamai-purger-queue-drain-config.json

Documentation: github.com/letsencrypt/boulder/test/integration/testdata

     1{
     2	"akamaiPurger": {
     3		"debugAddr": ":9766",
     4		"purgeRetries": 10,
     5		"purgeRetryBackoff": "50ms",
     6		"throughput": {
     7			"queueEntriesPerBatch": 2,
     8			"purgeBatchInterval": "32ms"
     9		},
    10		"baseURL": "http://localhost:6889",
    11		"clientToken": "its-a-token",
    12		"clientSecret": "its-a-secret",
    13		"accessToken": "idk-how-this-is-different-from-client-token-but-okay",
    14		"v3Network": "staging",
    15		"tls": {
    16			"caCertfile": "test/grpc-creds/minica.pem",
    17			"certFile": "test/grpc-creds/akamai-purger.boulder/cert.pem",
    18			"keyFile": "test/grpc-creds/akamai-purger.boulder/key.pem"
    19		},
    20		"grpc": {
    21			"address": ":9199",
    22			"maxConnectionAge": "30s",
    23			"services": {
    24				"akamai.AkamaiPurger": {
    25					"clientNames": [
    26						"ra.boulder"
    27					]
    28				},
    29				"grpc.health.v1.Health": {
    30					"clientNames": [
    31						"health-checker.boulder"
    32					]
    33				}
    34			}
    35		}
    36	},
    37	"syslog": {
    38		"stdoutlevel": 6,
    39		"sysloglevel": -1
    40	}
    41}

View as plain text