Credential pooling with Docker and Helm
GITHUB_TOKEN_POOL=token1, token2, token3GITHUB_TOKEN_POOL=good_token, bad_token[
{
"brokerClientValidationUrl": "https://api.github.com/user",
"brokerClientValidationMethod": "GET",
"brokerClientValidationTimeoutMs": 5000,
"brokerClientValidationUrlStatusCode": 200,
"ok": true,
"maskedCredentials": "goo***ken"
},
{
"brokerClientValidationUrl": "https://api.github.com/user",
"brokerClientValidationMethod": "GET",
"brokerClientValidationTimeoutMs": 5000,
"ok": false,
"error": "401 - {\"message\":\"Bad credentials\",\"documentation_url\":\"https://docs.github.com/rest\"}",
"maskedCredentials": "bad***ken"
}
]Limitations of credential pooling
Credentials matrix
PreviousChanging the auth method with DockerNextBackend requests with an internal certificate for Docker
Last updated
Was this helpful?

