- 04 May, 2016 3 commits
-
-
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 2 commits
-
-
Eric Chiang authored
tests: add HandleTokenFunc test
-
Adrián López Gómez authored
Fixes #408
-
- 13 Apr, 2016 2 commits
-
-
Eric Chiang authored
replace godep with glide
-
Eric Chiang authored
server: add more validation to --no-db static file parsing
-
- 12 Apr, 2016 1 commit
-
-
Eric Chiang authored
db: print better error messages for invalid input
-
- 11 Apr, 2016 2 commits
-
-
Eric Chiang authored
When client secrets are not base64 encoded, print an error message that's not a generic base64 decode error: client secrets must be base64 decodable. See issue #337. Please consider replaceing "secret" with "c2VjcmV0" When a user file is missing a mandatory field print an error message. Unable to build Server: user elroy-foo is missing email field For #400
-
Eric Chiang authored
In #393 the format of the static user file in --no-db mode changed. However, the old format loads without error, which has caused issues for developers with existing user files. Add an explicit check to ensure the file is not using the old format. If they are, print a better error message.
-
- 08 Apr, 2016 4 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
-
Stephan Renatus authored
-
Eric Chiang authored
It's part of the standard tooling and no longer lives in golang.org/x/tools. See https://golang.org/cl/20810
-