v0.2.0-alpha
Pre-release
Pre-release
Release 0.2.0-alpha
- [FEATURE] Added compatibility for
dnsNames
field in cert-managerKind: 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 theKind: Issuer
ignore errors inDNSnames principal alias
creation for the service. It is useless, because the certificate won't be created as freeipa can't find theSAN
present in thecertificate request
and therefore automatically fail with a4002 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