Tom Pryor

Results 6 comments of Tom Pryor

Just as some background, we're trying to use the credential helper on our Gitlab CI runners so there is no interactive session to specify the region. You can see how...

@gengmao Thanks, but it seems that I can't set the environment in which the credential helper is executed. As mentioned above, the credential helper is being executed using the docker...

Or at least provide a way of configuring the region without having to manipulate the environment the helper is executed in.

Presumably this also requires #87 ?

Been playing around and the issue seems related to the persistent curl connection. I've logged the responses and using a persistent curl connection seems to occasionally either return stale (i.e...

Yeah, turning off persistent fixes the problem. Although I'm not sure why the issue is occurring with persistent enabled, seems like strange behaviour. I'd use bulk queries but the problem...