docker_auth icon indicating copy to clipboard operation
docker_auth copied to clipboard

Feature request: Redis backend for Google DB ?

Open JoeOrtiz opened this issue 9 years ago • 1 comments

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.

JoeOrtiz avatar Aug 01 '16 22:08 JoeOrtiz

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 :)

rojer avatar Aug 01 '16 22:08 rojer