- 26 Aug, 2015 3 commits
-
-
bobbyrullo authored
Base64 Encode secrets, and allow >1 of them
-
Bobby Rullo authored
Two things here: * key secrets are now base64 encoded strings, so we get the full key space * we can pass >1 of them in so we can rotate them
-
Bobby Rullo authored
mmmkay?
-
- 25 Aug, 2015 5 commits
-
-
Bobby Rullo authored
Allows setting of []byte's with base64 encoded strings and [][]bytes with comma-separated base64 encoded strings.
-
Bobby Rullo authored
The first secret is used to encrypt, the rest are for decryption; if the first doesn't work, the rest are tried in order. The makes it possible to rotate keys.
-
Ed Rooth authored
static: update all static templates to be generic & prettier
-
Ed Rooth authored
-
bobbyrullo authored
Move gorp to its new location.
-
- 24 Aug, 2015 6 commits
-
-
Bobby Rullo authored
-
Bobby Rullo authored
-
bobbyrullo authored
README: explain the name dex
-
Brandon Philips authored
People are going to ask, might as well get it out there.
-
bobbyrullo authored
bug: remote whitespace so eval works
-
Alex Polvi authored
-
- 21 Aug, 2015 4 commits
-
-
bobbyrullo authored
Update Quay link, remove semaphore link
-
bobbyrullo authored
-
bobbyrullo authored
Godeps: remove link
-
Bobby Rullo authored
-
- 20 Aug, 2015 8 commits
-
-
bobbyrullo authored
go-docker: support functional tests
-
bobbyrullo authored
db: initialize bigint, boolean columns
-
Bobby Rullo authored
* add linking to go-docker command and remove host networking * add functional/repo to functional tests script
-
Bobby Rullo authored
gorp hates nil.
-
bobbyrullo authored
DB Migrations for Dex
-
Bobby Rullo authored
Migrations happen only in the overlord, so there's no thundering herd, and database initialziation can be more easily controlled.
-
Bobby Rullo authored
All repo tests build their tables by applying all the migrations. This way we know our migrations are functional.
-
Bobby Rullo authored
-
- 19 Aug, 2015 1 commit
-
-
Bobby Rullo authored
-
- 18 Aug, 2015 2 commits
-
-
bobbyrullo authored
*: move original project to dex
-
Bobby Rullo authored
-
- 17 Aug, 2015 1 commit
-
-
Bobby Rullo authored
-