Skip to content

v0.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Anghille Anghille released this 22 Jun 19:37
· 7 commits to main since this release
092a32e

Release 0.2.0-alpha

  • [FEATURE] Added compatibility for dnsNames field in cert-manager Kind: certificate
  • [DOC] Added comments in code for easier readability

Known Bugs

  • Fail to establish connection using insecure = false when creating the Issuer in kubernetes
  • ClusterIssuer is broken right now - DO NOT USE
  • AddService return an error, even if the service is correctly created in Freeipa, Use ignoreError = true for now to dodge the issue
  • Using ignoreError: true field in the Kind: Issuer ignore errors in DNSnames principal alias creation for the service. It is useless, because the certificate won't be created as freeipa can't find the SAN present in the certificate request and therefore automatically fail with a 4002 Error: Service Principal Alias XXXX could not be found for service YYYY

Future Releases

  • Adding mulit-freeipa host compatibility (higher resilience to host crash?reboot...)
  • Adding certificate Duration customization - Right now all generated certificates have a "2 year warranty"
  • Adding possibility to return Or not the CA - In some cases peoples don't want CA to be returned with the certificate. Adding this feature might interest some people
  • Better doc