- 21 Apr, 2017 7 commits
-
-
rithu leena john authored
Update kubernetes.md
-
Tom Gamble authored
fixed typo
-
Eric Chiang authored
Documentation: add a doc describing how to use dex
-
Eric Chiang authored
-
rithu leena john authored
*: update maintainers
-
rithu leena john authored
Dex on Kubernetes with RBAC authorization - documentation updated
-
Eric Chiang authored
-
- 19 Apr, 2017 3 commits
-
-
Eric Chiang authored
connector/saml/testdata: fix bad status test case
-
Eric Chiang authored
README: add section about reporting security vulnerabilities
-
Eric Chiang authored
It was pointed out by @davidillsley that we don't point this out anywhere in our docs.
-
- 18 Apr, 2017 1 commit
-
-
rithu leena john authored
Fix two typos
-
- 14 Apr, 2017 1 commit
-
-
zhuguihua authored
Signed-off-by: zhuguihua <zhuguihua@cmss.chinamobile.com> Change storace to storage in cmd/dex/config.go, change userSearch to groupSearch in connector/ldap/ldap.go
-
- 13 Apr, 2017 6 commits
-
-
Eric Chiang authored
*: update grpc and correct protobuf generation
-
Eric Chiang authored
-
Eric Chiang authored
Turns out that manually setting PATH in the Makefile doesn't work so we've been using the protobuf plugins installed on the host. Fix this by specifying plugins by path.
-
Filip Haftek authored
Updated documentation for dex on k8s when RBAC authorization is used
-
Filip authored
-
Eric Chiang authored
connector/ldap: support the StartTLS flow for secure connections
-
- 12 Apr, 2017 2 commits
-
-
Eric Chiang authored
When connecting to an LDAP server, there are three ways to connect: 1. Insecurely through port 389 (LDAP). 2. Securely through port 696 (LDAPS). 3. Insecurely through port 389 then negotiate TLS (StartTLS). This PR adds support for the 3rd flow, letting dex connect to the standard LDAP port then negotiating TLS through the LDAP protocol itself. See a writeup here: http://www.openldap.org/faq/data/cache/185.html
-
Eric Chiang authored
Notice this when inspecting the code coverage results. For some reason this test wasn't triggering the bad status code path, maybe due to signature validation. Removing the comment fixed the code coverage.
-
- 11 Apr, 2017 10 commits
-
-
rithu leena john authored
server/rotation.go: avoid displaying the "keys already rotated" error
-
Eric Chiang authored
connector/ldap: fix case where groups are listed on the user entity
-
rithu john authored
-
Eric Chiang authored
*: promote SAML to stable
-
Eric Chiang authored
This means we no longer refer to it as "experimental" and wont make breaking changes.
-
rithu leena john authored
connector/github: add support for github enterprise.
-
rithu leena john authored
*: add GitLab connector to README
-
rithu john authored
-
Eric Chiang authored
-
Eric Chiang authored
Support schemas that determine membership by having fields on the user entity, instead of listing users on a groups entity. E.g. the following schema is now supported when it wasn't previously: cn=eric,cn=user,dn=exapmle,dn=com objectClass=myPerson cn: eric uid: eric email: eric@example.com memberOf: foo memberOf: bar cn=foo,cn=group,dn=exapmle,dn=com objectClass=myGroup cn: foo cn=bar,cn=group,dn=exapmle,dn=com objectClass=myGroup cn: bar
-
- 10 Apr, 2017 4 commits
-
-
Eric Chiang authored
connector/ldap: add LDAP integration tests
-
Eric Chiang authored
-
Eric Chiang authored
-
Eric Chiang authored
-
- 07 Apr, 2017 2 commits
-
-
Eric Chiang authored
connector/saml: clean up SAML verification logic and comments
-
Eric Chiang authored
-
- 06 Apr, 2017 4 commits
-
-
Eric Chiang authored
Fix entityIssuer -> ssoIssuer typo
-
Phu Kieu authored
-
Eric Chiang authored
Validate audience with entityIssuer if present, use redirectURI otherwise
-
Phu Kieu authored
-