check_docker icon indicating copy to clipboard operation
check_docker copied to clipboard

Add certificates files for docker engine daemon socket TLS

Open osfrance opened this issue 7 years ago • 6 comments

Add certificates files for docker engine daemon socket TLS for production environment (see https://docs.docker.com/engine/security/https/)

osfrance avatar Jul 04 '18 08:07 osfrance

Add modifications to check_swarm.py script

osfrance avatar Jul 04 '18 09:07 osfrance

Thanks for the PR. I am reviewing this change and looking into the test results. I will keep you posted.

timdaman avatar Jul 05 '18 03:07 timdaman

This (still) works for the latest release. Would like to see it merged to master.

MostFrabjous avatar Jun 18 '19 07:06 MostFrabjous

Me too however there are still quality issues that need to be addressed. The tests need to pass and a error message should be added for bad argument usage. I don't have a test environment for this daemon configuration.

I would help but I have no good simulation of your environment to use for testing. Perhaps you can update the Vagrantfile to provide a Docker daemon with a suitable configuration?

Here are some hints on how I do testing. https://github.com/timdaman/check_docker/blob/master/DEVLOPEMENT.md

timdaman avatar Jun 19 '19 03:06 timdaman

@osfrance @timdaman need help with this one?

rbw avatar Dec 17 '19 09:12 rbw

@rbw I could use some. The biggest issue is I don't have a Docker server setup with cert auth. I could try to make one but I figure someone who has something in the field should probably be the person to do that since they know what it should look like in operation.

Then there is writing up the tests and polishing the args, I can help with some of that but assistance is most welcome.

timdaman avatar Dec 18 '19 04:12 timdaman