-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Custom Timeouts #80
Comments
Also, can I contribute to this issue ? |
@jaikanthjay46 yes, we very much welcome contributions from our developer community 😃 The design standard for our open source integrations is that the CA must be able to reliability issue requested certificates in 60 seconds or less or we consider it not viable for the modern automation use case we're targeting. We decided to allow up 3 times longer to account for bursts of requests that could temporarily degrade the CA's throughput. Please just make sure your enhancement doesn't change the default behavior. |
@tr1ck3r yes I agree with you untill we come to the approval steps from Venafi administrators / security in a company |
I came to raise this issue and was somewhat happy that we aren't the only ones who have problems due to the lack of a timeout block. I'm also surprised that this was raised over a year ago and still hasn't been addressed. We have an external CA that Venafi reaches out to (via the internet) when managing public certs as well as an approval step so consequently all our plans that require external certificates are failing. We had to remove all Venafi resources from our code and will now have to manually download the certs and upload to our appliances. |
BUSINESS PROBLEM
PROPOSED SOLUTION
special timeouts block in terraform can be used to override the timeout.
https://www.terraform.io/language/resources/syntax#operation-timeouts
CURRENT ALTERNATIVES
Try Again Later
VENAFI EXPERIENCE
The text was updated successfully, but these errors were encountered: