- 18 Nov, 2016 10 commits
-
-
rithu leena john authored
connector/ldap: use gopkg.in/ldap.v2's escape filter
-
Eric Chiang authored
Use the escape filter method provided by the upstream LDAP package instead of rolling our own.
-
rithu leena john authored
server: fix expiry test flake
-
Eric Chiang authored
Allow getAttr to return DN
-
Phu Kieu authored
Specify "DN" as attribute name to return, but will only work if not present in ldap.Entry.Attributes Use when full DN is stored in groupSearch's userAttr
-
Eric Chiang authored
Ensure compared times are within a second of one another instead of rounding, which can flake if the two times are different enough to do round to different values. Tested using the golang.org/x/tools/cmd/stress tool. The following set of commands fail without this patch: $ go get golang.org/x/tools/cmd/stress $ go test -o server.test github.com/coreos/dex/server $ stress ./server.test -test.run=TestOAuth2CodeFlow 219 runs so far, 0 failures 425 runs so far, 0 failures 618 runs so far, 0 failures 802 runs so far, 0 failures ^C Closes #699
-
Eric Chiang authored
Enable groups scope
-
Phu Kieu authored
-
rithu leena john authored
api: add call to list passwords
-
rithu john authored
-
- 17 Nov, 2016 6 commits
-
-
Eric Chiang authored
examples/k8s: update kubernetes examples
-
Eric Chiang authored
-
Eric Chiang authored
*: remove TODO.md file
-
Eric Chiang authored
This existed for when we were developing v2 but v1 was using the issue tracker. We've since moved these goals to the issue tracker.
-
rithu john authored
-
Eric Chiang authored
Documentation: LDAP connector documentation.
-
- 16 Nov, 2016 2 commits
-
-
rithu john authored
-
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
-