Closed xakraz closed 1 year ago
Hi @xakraz
Thanks for the detailed report and for providing the values.yaml
.
You may not have noticed, but values.yaml
has had some significant changes since.
So it's not possible to use the settings for 0.3.0
onto 0.4.2
.
My recommendations are:
values.yaml
based of 0.5.0
0.5.0
in your clusterI would also recommend reading the CHANGELOG.md for more details on the changes.
Side note: values.yaml
will change again quite a bit until I reach a more stable 1.0.0
.
Hi @aureq
Thank you for your quick reply 🙏
I found out and solved my issues yesterday evening. I will post a more detailed comment about it later today.
Many thanks again for the time you spend on that project.
✅ The error messages reported in the logs have been fixed by upgrading to 0.5.0 of cert-manager-webhook-ovh
While troubleshooting the Certificate
renewal chain, the Challenge
displayed errors and complains about not being able to get the applicationKey
(not found).
✅ The fix was to use the secretRef
format for every 3 credentials properties (applicationKey
, applicationSecret
, and consumerKey
)
As you might have noticed, or not, we had a mixed syntax in our ClusterIssuer
spec. Only the applicationSecret
was using the secretRef
format. The 2 other properties were inline, plain text defined, and was working with baarde/cert-manager-webhook-ovh
0.3.0 😅
Thanks again @aureq for your time and support 🙏🏻
What happened?
Overview
We have just migrated our deployment from
baarde/cert-manager-webhook-ovh
0.3.0 toaureq/cert-manager-webhook-ovh
0.4.2Our setup was working so far with
baarde/cert-manager-webhook-ovh
0.3.0 😄Today, several certificates should have been renewed. However, that is not the case and I wonder how we can debug/troubleshoot the situation.
Details
Certificate Status
Certificate request
Order
Logs
In
cert-manager-webhook-ovh
we have a lot of these logsExpected Behavior
The certificate to be renewed successfully
Steps to reproduce
Deployment is made through
kustomize
with theHelmChatInflator
We have the RBAC setup required from
baarde/cert-manager-webhook-ovh
0.3.0 + customClusterIssuer
Versions in use
Cert-manager-webhook-ovh
0.4.2
Kubernetes version
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).