Ed Rooth
02bf115026
Merge pull request #445 from xaka/patch-1
...
Documentation: use "cp" instead of "mv" to keep git state untouched
10 years ago
Pavel Strashkin
a886eef2a6
Documentation: use "cp" instead of "mv" to keep git state untouched
10 years ago
bobbyrullo
e640be85c6
Merge pull request #444 from bobbyrullo/fix_375
...
Revert "Fix response_type missing param"
10 years ago
Bobby Rullo
847849931f
Revert "Fix response_type missing param"
...
This reverts commit 821b242c83 .
10 years ago
Ed Rooth
b29deb736b
Merge pull request #437 from chris-rock/patch-1
...
add links to issues in roadmap
10 years ago
Eric Chiang
429fc0803b
Merge pull request #440 from ericchiang/fix_build_script
...
*: fix build script to work outside of GOPATH
10 years ago
Eric Chiang
16c189b7b2
*: fix build script to work outside of GOPATH
...
Closes #439
10 years ago
bobbyrullo
594c54553f
Merge pull request #438 from bobbyrullo/nicer_example
...
examples/app: Show refresh token as well
10 years ago
bobbyrullo
e64043dd97
Create a proposal template. ( #423 )
...
* Create a proposal template.
Also update CONTRIBUTING.md to mention use of proposals
10 years ago
Bobby Rullo
e2c428fc5a
examples/app: Show refresh token as well
10 years ago
Christoph Hartmann
09a3880e3e
documentation: add links to issues in roadmap
...
This allows users to easily browse through the tickets mentioned in dex roadmap
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
10 years ago
Eric Chiang
ea4c04fde8
Merge pull request #433 from chris-rock/chris-rock/go-1.6.2
...
use go 1.6.2 for docker go build
10 years ago
Christoph Hartmann
58b908ff9a
remove dockerfile-builder
10 years ago
Christoph Hartmann
3d9e51f065
use go 1.6.2 for docker go build
10 years ago
Eric Chiang
71e2ae9899
Merge pull request #434 from chris-rock/chris-rock/build-script
...
allow local image building without pushing
10 years ago
Christoph Hartmann
fd573a3b8f
allow local image building without pushing
10 years ago
Eric Chiang
ba5021a889
Merge pull request #430 from ericchiang/update_go-oidc
...
vendor: update go-oidc to fix parsing panic
10 years ago
Eric Chiang
03e2bf68d6
vendor: update go-oidc to fix parsing panic
10 years ago
bobbyrullo
9ad904e0ca
Merge pull request #425 from andrewstuart/bugfix/git-version
...
fix/git-version: Update git-version to use valid docker tag if dirty
10 years ago
bobbyrullo
4c4f4c03b3
Merge pull request #424 from andrewstuart/feat/further-kube-updates
...
contrib/k8s: YAML brevity via references, minimum resource requests
10 years ago
Andrew Stuart
fa7a920de9
fix/git-version: Update git-version to use valid docker tag if "dirty"
10 years ago
Andrew Stuart
c459e09098
contrib/k8s: YAML brevity via references, add min. resource requests
...
- Add resources for deployments
- Add readiness probe for master
- Use YAML references for easier maintenance/readability
10 years ago
Eric Chiang
40635754ea
Merge pull request #422 from gmgreg/gmgreg-patch-2
...
K8S dex-overlord.yaml ordering fix
10 years ago
mgreg
af556fc2aa
reordered dex-overlord.yaml
10 years ago
bobbyrullo
69ca9dba2e
Merge pull request #411 from bobbyrullo/cross_client
...
Use Client defined in dex instead of go-oidc for storing clients
10 years ago
Bobby Rullo
9c403aba41
fix dexctl
10 years ago
Bobby Rullo
399b15abeb
integration, *: Improve tests for admin api
...
* 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
10 years ago
Bobby Rullo
3442a5af1c
functional: test Admin field serialization
10 years ago
Bobby Rullo
e7141336bc
db: Client() should not return the secret
...
It's never used by downstream code, and besides, it's not really the
secret but a Hash of the secret.
10 years ago
Bobby Rullo
158bfa5ed7
client: Add tests for ClientsFromReader
...
Also require client ID and secret.
10 years ago
Bobby Rullo
e5948ab3ce
*: ClientIdentityXXX -> ClientXXX
...
Get rid of all outdated "ClientIdentity" terminology.
10 years ago
Bobby Rullo
95757e8779
*: Client Repo now deals with custom Client object
...
This is instead of oidc.ClientIdentity. This makes it easier to add new
fields custom to dex to the client.
10 years ago
Eric Chiang
0a7ab7b47d
Merge pull request #421 from gmgreg/gmgreg-patch-1
...
Update examples/README.md
10 years ago
gmgreg
2653f6b566
Update README.md
...
Fix command line for example-cli
10 years ago
Eric Chiang
c459aa1779
Merge pull request #420 from ericchiang/example_callback
...
examples/app: infer callback path from redirect URL
10 years ago
Eric Chiang
9d7cebce7c
examples/app: infer callback path from redirect URL
10 years ago
Eric Chiang
c269a37189
Merge pull request #417 from ericchiang/rm_generator_import
...
schema: remove generator_import file used for godep
10 years ago
Eric Chiang
b8f74b06fb
Merge pull request #414 from andrewstuart/feat/k8s-update
...
contrib/k8s: update to use 1.2 features
10 years ago
Eric Chiang
f6889d958e
schema: remove generator_import file used for godep
...
generator_import.go existed to trick godep to vendoring a main
package. Since moving to glide, this file is no longer needed.
10 years ago
Andrew Stuart
64eeececde
contrib/k8s: update to use 1.2 features
...
- 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
10 years ago
Bobby Rullo
35cefb7da9
schema: generate code
10 years ago
Bobby Rullo
1bbca1d43c
schema: tweaks to make Client API more regular
10 years ago
Eric Chiang
c2c7f03f47
Merge pull request #409 from Tecsisa/408-test-handleToken
...
tests: add HandleTokenFunc test
10 years ago
Adrián López Gómez
d3d2db8e05
tests: add HandleTokenFunc test
...
Fixes #408
10 years ago
Eric Chiang
58d9ae90c0
Merge pull request #399 from ericchiang/glide
...
replace godep with glide
10 years ago
Eric Chiang
804d06c44e
Merge pull request #402 from ericchiang/static_users
...
server: add more validation to --no-db static file parsing
10 years ago
Eric Chiang
69364ec221
Merge pull request #403 from ericchiang/db_errors
...
db: print better error messages for invalid input
10 years ago
Eric Chiang
5c5df23a57
db: print better error messages for invalid input
...
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
10 years ago
Eric Chiang
7858da565f
server: add more validation to --no-db static file parsing
...
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.
10 years ago
Eric Chiang
e0f8e8a8ee
vendor: revendor using glide
10 years ago