- 17 May, 2016 1 commit
-
-
Bobby Rullo authored
This reverts commit 821b242c.
-
- 10 May, 2016 1 commit
-
-
Ed Rooth authored
add links to issues in roadmap
-
- 06 May, 2016 6 commits
-
-
Eric Chiang authored
*: fix build script to work outside of GOPATH
-
Eric Chiang authored
Closes #439
-
bobbyrullo authored
examples/app: Show refresh token as well
-
bobbyrullo authored
* Create a proposal template. Also update CONTRIBUTING.md to mention use of proposals
-
Bobby Rullo authored
-
Christoph Hartmann authored
This allows users to easily browse through the tickets mentioned in dex roadmap Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
-
- 04 May, 2016 5 commits
-
-
Eric Chiang authored
use go 1.6.2 for docker go build
-
Christoph Hartmann authored
-
Christoph Hartmann authored
-
Eric Chiang authored
allow local image building without pushing
-
Christoph Hartmann authored
-
- 26 Apr, 2016 2 commits
-
-
Eric Chiang authored
vendor: update go-oidc to fix parsing panic
-
Eric Chiang authored
-
- 25 Apr, 2016 2 commits
-
-
bobbyrullo authored
fix/git-version: Update git-version to use valid docker tag if dirty
-
bobbyrullo authored
contrib/k8s: YAML brevity via references, minimum resource requests
-
- 22 Apr, 2016 1 commit
-
-
Andrew Stuart authored
-
- 21 Apr, 2016 1 commit
-
-
Andrew Stuart authored
- Add resources for deployments - Add readiness probe for master - Use YAML references for easier maintenance/readability
-
- 20 Apr, 2016 12 commits
-
-
Eric Chiang authored
K8S dex-overlord.yaml ordering fix
-
mgreg authored
-
bobbyrullo authored
Use Client defined in dex instead of go-oidc for storing clients
-
Bobby Rullo authored
-
Bobby Rullo authored
* TestCreateClient was missing test coverage on error cases * Fixed bug where 500s were being reported for bad requests * changed function signature of NewAdminAPI back to old way of passing in lots of repos: passing in a DbMap made it difficult to test * added swappable ID and Secret generators when creating Clients
-
Bobby Rullo authored
-
Bobby Rullo authored
It's never used by downstream code, and besides, it's not really the secret but a Hash of the secret.
-
Bobby Rullo authored
Also require client ID and secret.
-
Bobby Rullo authored
Get rid of all outdated "ClientIdentity" terminology.
-
Bobby Rullo authored
This is instead of oidc.ClientIdentity. This makes it easier to add new fields custom to dex to the client.
-
Eric Chiang authored
Update examples/README.md
-
gmgreg authored
Fix command line for example-cli
-
- 19 Apr, 2016 6 commits
-
-
Eric Chiang authored
examples/app: infer callback path from redirect URL
-
Eric Chiang authored
-
Eric Chiang authored
schema: remove generator_import file used for godep
-
Eric Chiang authored
contrib/k8s: update to use 1.2 features
-
Eric Chiang authored
generator_import.go existed to trick godep to vendoring a main package. Since moving to glide, this file is no longer needed.
-
Andrew Stuart authored
- Consolidate files - Update to Deployments - Use Ingress, add ingress controller help in README - Remove hardcoded namespace in postgres URI - Remove hardcoded IP addresses - Add readinessProbes
-
- 16 Apr, 2016 2 commits
-
-
Bobby Rullo authored
-
Bobby Rullo authored
-
- 15 Apr, 2016 1 commit
-
-
Eric Chiang authored
tests: add HandleTokenFunc test
-