Open LucidOne opened 5 years ago
I'm not sure why coverage dropped, but it looks like the tests work. Let me know if you have any other feedback.
Is there anything left to get this merged?
Any update on this?
Is it possible to get this merged? I'd like to improve the letsencrypt certbot docker container for doing dns based wildcard cert requests and this is blocking me.
Would it help to rebase this?
configobj has an issue being passed a file descriptor (/dev/fd) via process substitution.
os.path.isfile("/dev/fd/{{ anything }}")
returnsFalse
for file descriptors whileos.path.exists()
returnsTrue
.test.py
I'll update the PR with a test when I get a chance
This is needed in cloud environments where you may not want to store passwords on disk in an unencrypted form or have variables passed into a container environment.