ratify-project/ratify

update timeout in provider

Closed this issue · 4 comments

Hi @sozercan , is this is the timeout for ratify to respond to gatekeeper request, we can update this to 8s to align with the validating webhook timeout of 7s. Is 8s reasonable here?

@susanshi this is timeout for the provider. it should be less than the timeout of webhook so provider returns something back to gatekeeper instead of waiting for the webhook to timeout

dtzar commented

Related previous PR/Discussion #92

We have updated the timeout in provider to match the webhook timeout of 7 seconds configured. Other performance improvements will be tracked using #269