mendhak / docker-http-https-echo

Docker image that echoes request data as JSON; listens on HTTP/S, useful for debugging.
https://code.mendhak.com/docker-http-https-echo/
MIT License
621 stars 136 forks source link

Configurable location of SSL certificate and private key files in container #54

Closed mabrarov closed 1 year ago

mabrarov commented 1 year ago

Configurable location of SSL certificate and private key files in container, because in some cases (K8s deployment) directory, which already exists in container cannot be used (because SSL certificate and private key are generated in init container and passed to main container via volume which needs to be mounted to a new directory).

mendhak commented 1 year ago

Thanks and there were tests too, nice. It's now published to Docker Hub and Github Registry the tag is :30