Hemant Joshi
Hemant Joshi
@ivankatliarchuk do you have any idea about the ci lint job error?
@ivankatliarchuk I can debug and try to fix it in a different PR if its fine by you?
> A fix for this issue appears to be available in another pull request (https://github.com/kubernetes-sigs/external-dns/pull/5085/files). Hopefully, it will be reviewed and approved soon. Ah I see.. Let's wait for it...
> > > A fix for this issue appears to be available in another pull request (https://github.com/kubernetes-sigs/external-dns/pull/5085/files). Hopefully, it will be reviewed and approved soon. > > > > >...
@ivankatliarchuk I didnt think it needed to be that detailed since the idea is similar to the rfc2136 provider where similar kind of tests are being done for TLS. @mloiseleur...
@ivankatliarchuk that makes sense what you sent to check if the proxy is working and if the request coming from the proxy with the TLS CA Cert is trusted by...
@mloiseleur I can try the stub provider as its shown in the RFC2136 and push it.. essentially in the unit test, I am doing the same thing, I am creating...
For more context @ivankatliarchuk I am trying to solve the problem where one external dns instance can manage multiple aws hosted zones through role assumption. So ideally we wouldn't need...
@ivankatliarchuk this solution handles the problem of multiple accounts. It allows you mention the roles you want to use for the hosted zone/domain you want. It could be delegated domains...
@ivankatliarchuk to address some of your concerns: * Even if a single external dns manages a lot of them all of them would be through assume roles, given an end...