Adrien Ferrand

Results 168 comments of Adrien Ferrand

You are right and I interpretated wrongly the situation. Before these APIs (and still a couple of others, like `DELETE /domain/zone/{DOMAIN}/record/{RECORD}`, were returning HTTP 200 with a body composed of...

Yes SRV records are not officially supported by Lexicon. The tools is mainly here to manipulate A, CNAME and TXT records for the sake of DNS-01 challenges with Let'sEncrypt.

Hello @hatamiarash7 thanks a lot for the PR. I kept the manual activation using the scripts provided by the virtual environment on purpose. Indeed there are several issues with how...

For an immediate mitigation, I think also it is the best approach. The idea in `_find_domain_id()` is to try the Lexicon provider `authenticate()` method from the most specific domain to...

Yes I guess that this issue can happen also on non Lexicon-based plugins. If the PR fixes the approach also for these plugins, I can personally validate for cloudflare and...

Hello ! I think we need also to talk about additional elements here to embrace the full picture of what implies a move from `josepy` to another library. Indeed `josepy`...

The problem is that the these two purposes are strongly coupled in `josepy`, making the shift of the JOSE approach significantly harder, because you have to deal in parallel with...

Looking at both libraries, from JSON data processing perspective, `jwcrypto` looks more promising. Indeed it offers low-level serialization/deserialization routines: these routines can be the base to construct a mapping to...

Does this DNS provider require a paid account ?

OK I try to reproduce and fix tomorrow.