guilhem / freeipa-issuer

A cert-manager external issuer for FreeIPA
Apache License 2.0
31 stars 14 forks source link

ClusterIssuer Fix #16

Closed ykoer closed 3 years ago

ykoer commented 3 years ago

Hi @guilhem ,

this PR is fixing most of the clusterissuer bugs. There is still a problem with deserializing the results from the service_find method. The library seems to think that a bunch of fields are required, when they aren't. The problem seems to be in the go-freeipa library (https://github.com/tehwalris/go-freeipa/blob/master/freeipa/generated.go)

Yusuf