iamdork / compose

Command line replacement for docker-compose, adding dork magics.
MIT License
2 stars 2 forks source link

Add ability to remove authentication from the proxy #12

Closed sepal closed 8 years ago

sepal commented 8 years ago

This pull requests allows you to remove access for a site or a certain service.

It works similar to the .auth files: Place a .no_auth file into a dir and the authentication for all services will be removed. If create a .no_auth.[service] only the authentication for the [service] will be removed.

The .no_auth files respect the folder hirachy, which means an .auth will override the .no_auth of a parent dir, the .no_auth.[service] currently doesn't. It will remove the authentication for all sub directories.