Márk Sági-Kazár
Márk Sági-Kazár
Licensing is certainly a difficult topic, especially because it involves lawyers who often don't understand the whole situation and as a result they tend to just deny requests. Here is...
> if you modify SFTPGo and use it in your closed source product you have to make your changes to SFTPGo public. The easiest way to do this is to...
I'm still running 2.2.3. I'll try to upgrade later this week.
IMHO this should be reclassified as a bug: many ingress controllers don't support the ingress annotation anymore that gets set when a `class` is defined rendering that config option useless....
Might be a duplicate of #2314
As I mentioned in https://github.com/jetstack/cert-manager/issues/2314#issuecomment-575899971 I either consider this a bug in cert-manager itself or in the documentation. From https://cert-manager.io/docs/usage/ingress/#supported-annotations > If not specified (edit: `acme.cert-manager.io/http01-ingress-class` annotation) and the `acme-http01-edit-in-place...
I feel this is going to become invalid anyway, since the ingress class will become a spec field in newer ingress versions.
I guess you are right, in a way the problem will still be there, but in a different form.
@michelefa1988 you can manually set the ingress class to be used by Cert Manager: ``` # See https://github.com/jetstack/cert-manager/issues/2314 acme.cert-manager.io/http01-ingress-class: "nginx" ``` You are actually not affected by this (in my...
I think that's a different issue. This one is about the right fallback which is documented, but does not actually work.