- 19 Sep, 2015 1 commit
-
-
Bobby Rullo authored
Otherwise, if worker starts without connectors, and then connectors are added workers have to be restarted to pick up the changes.
-
- 18 Sep, 2015 2 commits
-
-
bobbyrullo authored
Get the K8s files up to date with more docs
-
Bobby Rullo authored
-
- 17 Sep, 2015 2 commits
-
-
bobbyrullo authored
Documentation: no need to create a new Google project
-
Chris Swan authored
A new API key can be generated in an existing Google project Fixes #123 Signed-off-by: Chris Swan <@cpswan>
-
- 09 Sep, 2015 1 commit
-
-
Bobby Rullo authored
Also, move most flags to environment variables.
-
- 08 Sep, 2015 1 commit
-
-
Bobby Rullo authored
-
- 04 Sep, 2015 2 commits
-
-
bobbyrullo authored
Remove unnecessary else statements
-
Giulio Iotti authored
Whenever it makes the code easier to follow, use early return to avoid else statements.
-
- 03 Sep, 2015 7 commits
-
-
bobbyrullo authored
README.md: "Similar Software", "who should use"
-
bobbyrullo authored
Documentation: remove outdated TLS info
-
Bobby Rullo authored
-
bobbyrullo authored
Update README.md
-
bobbyrullo authored
-
bobbyrullo authored
cmd,server,static/html: Configurable name, logo
-
Bobby Rullo authored
fixes #47
-
- 02 Sep, 2015 5 commits
-
-
Bobby Rullo authored
-
Yifan Gu authored
refresh: bcrypt raw bytes rather than base64 encoded string.
-
Yifan Gu authored
This enables us to control the length of the bytes that will be bcrypted, by default it's 64. Also changed the token's stored form from string('text') to []byte('bytea') and added some test cases for different types of invalid tokens.
-
bobbyrullo authored
cmd/dex-overlord: was using the wrong err
-
Bobby Rullo authored
-
- 31 Aug, 2015 9 commits
-
-
Yifan Gu authored
return refresh token only when scope contains 'offline_access'
-
Yifan Gu authored
-
Yifan Gu authored
Require 'openid' in scope for all requests. Require 'offline_access' for returning refresh token.
-
Yifan Gu authored
-
bobbyrullo authored
cmd/dex-overlord: bind admin API on 127.0.0.1
-
Bobby Rullo authored
Instead of 0.0.0.0; this is safer, since the admin API is very powerful. fixes #97
-
bobbyrullo authored
Documentation: mv security_guide.md tls-setup.md
-
Bobby Rullo authored
-
Yifan Gu authored
dex-worker: add TLS support.
-
- 29 Aug, 2015 3 commits
-
-
Yifan Gu authored
Also add example tls-setup configs that can be used to generate TLS CA, server certs, key files using 'cfssl'.
-
Yifan Gu authored
-
Yifan Gu authored
Add two new flags '--cert-file' and '--key-file'. If scheme == 'https', then we will use the two new flags to get the cert/key pair for TLS connection. Also add '--ca-file' to the example app to allow TLS connection to the dex-worker using a specified ca file.
-
- 28 Aug, 2015 5 commits
-
-
bobbyrullo authored
-
bobbyrullo authored
examples/static: various changes to fix examples
-
Bobby Rullo authored
-
bobbyrullo authored
OIDC Compliance Notes
-
Bobby Rullo authored
-
- 26 Aug, 2015 2 commits
-
-
bobbyrullo authored
server: make reset password pass tests
-
Bobby Rullo authored
Handler wants a password value even when its blank
-