baarde / cert-manager-webhook-ovh

OVH Webhook for Cert Manager
Apache License 2.0
93 stars 62 forks source link

int32 is too small to hold the IDs returned by OVH. use int64 instead #8

Closed desmo999r closed 3 years ago

desmo999r commented 3 years ago

The requests to OVH are failing because int32 is too small to receive the IDs sent by OVH. Moving to int64 fixed the issue.

baarde commented 3 years ago

Tanks for your MR. 👍