auth

Paddy 2015-06-29 Parent:73e12d5a1124

176:fc68085eb40d Go to Latest

auth/sql/postgres_empty.sql

Add kubernetes definitions. Define a replication controller that will spin up authd servers (using Ducky right now--other instances should rename the ducky parts appropriately). Also, my understanding of which labels go where may be shaky, which is probably evidenced by the fact that all of these things share the same lables. _Whatever_. It also hooks the generated pods up to the JWT secret volume, so they can properly read the JWT secret. Also, created a LoadBalancer Service that will route traffic to the pods created by the Replication Controller.

History
1 TRUNCATE profiles;
2 TRUNCATE logins;
3 TRUNCATE clients;
4 TRUNCATE endpoints;
5 TRUNCATE scopes;
6 TRUNCATE sessions;
7 TRUNCATE tokens;
8 TRUNCATE authorization_codes;