Fabian von Feilitzsch
Fabian von Feilitzsch
Any update on this? Happy to help test it out if there is.
could we make it so the link-checker runs but doesn't block merge?
@alinabuzachis I think I'm assigned to a lot of these issues just as a default as I was the primary maintainer for quite a while, certainly won't be able to...
initially I used the custom type because the `from_yaml` filter did not support multidocument yaml, so the only way to parse it was either forcing the user to do it...
note: `AUTH_ARG_MAP` doesn't define aliases for ansible, it's used for mapping the Ansible keys to the proper property names in the kubernetes client. It was added because things like `ssl_ca_cert`...
Yeah, I think I just hit the wall of handling encryption, I think we'd need to MITM it.
It looks gross but not undoable: https://wiki.vg/Protocol_Encryption
I suppose we also have the option of retrieving the real private key from the server
So I think first step is getting this working in servers running in offline mode (no encryption it seems).
Yeah, the 403s from Amazon are because they block the requests user agent, I set it to something more real and that seems to be working (we could also skip...