Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth cannot scale (is not stateless) #32

Open
BarDweller opened this issue Jan 7, 2018 · 0 comments
Open

Auth cannot scale (is not stateless) #32

BarDweller opened this issue Jan 7, 2018 · 0 comments

Comments

@BarDweller
Copy link
Member

If we want to scale auth to multiple replicas, we can't use UUIDs as our nonce values being passed to github etc, we should use a self-signed jwt, signed with a secret that all auth instances know, so that each replica can validate the nonce passed back from any other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant