docker_auth
docker_auth copied to clipboard
Feature request: Redis backend for Google DB ?
Instead of having a file based store for the google auth token, I believe it would be best to keep it as a redis backend, that way it can be distributed. This way we can launch multiple docker_auth's for redundancy.
makes sense. we have a TokenDB interface now, so it should be easy enough to implement. i don't have experience with Redis or time to implement it though, so all i can say is - PRs welcome :)