- 16 Nov, 2016 1 commit
-
-
Eric Chiang authored
Dockerfile: add OpenSSL to Docker container
-
- 15 Nov, 2016 7 commits
-
-
Eric Chiang authored
connector/ldap: Always set tls.Config.ServerName, to support LDAP ser…
-
Eric Chiang authored
Fix a tyop in the storage documentation
-
Jeff Schroeder authored
-
Chris Jones authored
-
Eric Chiang authored
Require the connector to have an ID.
-
Chris Jones authored
-
Eric Chiang authored
Add OpenSSL to the dex Docker container so wget can be used to query HTTPS endpoint. This is a requirement for health checking when dex is doing its own TLS termination. This increased the image size from 20.37 MB to 20.92 MB (+550 KB). Additionally add Ed and Rithu as maintainers.
-
- 14 Nov, 2016 2 commits
-
-
Eric Chiang authored
api: add gRPC definition for version endpoint.
-
rithu john authored
-
- 11 Nov, 2016 2 commits
-
-
Eric Chiang authored
Small spelling fix.
-
Jason Vanderhoof authored
-
- 09 Nov, 2016 2 commits
-
-
Eric Chiang authored
README: fix links
-
Stephan Renatus authored
-
- 08 Nov, 2016 5 commits
-
-
Eric Chiang authored
README: add link on v2 and section on getting help
-
Eric Chiang authored
-
Eric Chiang authored
*: readme updates for v2
-
Eric Chiang authored
-
Eric Chiang authored
-
- 06 Nov, 2016 1 commit
-
-
Eric Chiang authored
cmd/dex: only expand from env for storages and connectors
-
- 05 Nov, 2016 3 commits
-
-
Eric Chiang authored
server: use seconds instead of nano seconds for expires_in and expiry
-
Eric Chiang authored
Documentation: add doc describing v2 changes
-
Eric Chiang authored
-
- 04 Nov, 2016 6 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
cmd/example-app: add a --debug flag
-
Eric Chiang authored
Bcrypt'd hashes have "$" characters in them. This means that #667 (accepting actually bcrypted values) combined with #627 (expanding config with environment variables) broke the example config. For now, allow storages and connectors to expand their configs from the environment, but don't do this anywhere else.
-
Eric Chiang authored
-
Eric Chiang authored
cmd/dex: expose IDTokensValidFor and RotateKeysAfter server options in config
-
rithu leena john authored
-
- 03 Nov, 2016 9 commits
-
-
Eric Chiang authored
connector: accept base64 encoded CA and add convience open method
-
Eric Chiang authored
-
Eric Chiang authored
*: switch to github.com/ghodss/yaml for more consistent YAML parsing
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
ghodss/yaml converts from YAML to JSON before attempting to unmarshal. This allows us to: * Get the correct behavor when decoding base64'd []byte slices. * Use *json.RawMessage. * Not have to support extravagant YAML features. * Let our structs use `json:` tags
-
Eric Chiang authored
*: travis tests and build scripts should use Go 1.7.3.
-
rithu leena john authored
-
- 02 Nov, 2016 2 commits
-
-
Eric Chiang authored
cmd/dex: add option for gRPC client auth CA.
-
rithu leena john authored
-