- 06 Nov, 2017 4 commits
-
-
Eric Chiang authored
Add etcd backed storage
-
Daniel Dao authored
This explicitly adds struct tags for etcd storage instead of implicitly depends on yaml/json config serialization.
-
Daniel Dao authored
This adds references to etcd storage, including: - only supports etcd v3 - list of options and their meanings when connecting to etcd cluster
-
Daniel Dao authored
This patch uses docker to run an etcd container in travis CI so we can run storage/etcd conformance tests.
-
- 03 Nov, 2017 1 commit
-
-
Eric Chiang authored
Add tectonic-ldap matching rule to ldap icon.
-
- 02 Nov, 2017 1 commit
-
-
Geoff Greer authored
Add tectonic-ldap matching rule to ldap icon. Fixes an issue where the ldap icon was missing in the tectonic console.
-
- 31 Oct, 2017 4 commits
-
-
rithu leena john authored
*: run kubernetes tests in travis
-
Eric Chiang authored
-
Daniel Dao authored
This change vendors github.com/coreos/etcd related packages to support etcd storage implementation.
-
Daniel Dao authored
This patch adds etcd storage implementation. This should be useful in environments where - we dont want to depends on a separate, hard to maintain SQL cluster - we dont want to incur the overhead of talking to kubernetes apiservers - kubernetes is not available yet, or if kubernetes depends on dex to perform authentication and the operator would like to remove any circular dependency if possible.
-
- 30 Oct, 2017 1 commit
-
-
rithu leena john authored
connector/oidc: remove test that talks to the internet
-
- 27 Oct, 2017 6 commits
-
-
Eric Chiang authored
-
Eric Chiang authored
connector: implement LinkedIn connector
-
Daniel Dao authored
The previous test doesnt actually testing ListConnectors code. For example the following pseudocode will pass the test: ``` ListConnectors() { return nil, nil } ``` Instead change to actually fetch and compare list of connectors, ordering by name
-
Pavel Borzenkov authored
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
Pavel Borzenkov authored
Do Refresh() by querying user's profile data. Since LinkedIn doesn't provide refresh tokens at all, and the access tokens have 60 days expiration, refresh tokens issued by Dex will fail to update after 60 days. Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
Pavel Borzenkov authored
connector/linkedin implements authorization strategy via LinkedIn's OAuth2 endpoint + profile API. It doesn't implement RefreshConnector as LinkedIn doesn't provide any refresh token at all (https://developer.linkedin.com/docs/oauth2, Step 5 — Refresh your Access Tokens) and recommends ordinary AuthCode exchange flow when token refresh is required. Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
- 26 Oct, 2017 5 commits
-
-
Eric Chiang authored
authproxy.md: strip X-Remote-User
-
rithu leena john authored
authproxy: update docs and set a userID
-
Michael Stapelberg authored
follow-up for https://github.com/coreos/dex/pull/1100
-
Eric Chiang authored
-
Eric Chiang authored
Implement the “external” connector (for Apache2 mod_auth etc.)
-
- 25 Oct, 2017 1 commit
-
-
Michael Stapelberg authored
-
- 10 Oct, 2017 3 commits
-
-
rithu leena john authored
connector/ldap: add test for InsecureSkipVerify option
-
Eric Chiang authored
tests: add ids to elements for testing automation
-
cpanato authored
-
- 09 Oct, 2017 4 commits
-
-
Eric Chiang authored
-
rithu leena john authored
travis.yml: bump golang version
-
Eric Chiang authored
connector/gitlab: Fix regexp in Link parser
-
Eric Chiang authored
fixes typo: s/suppied/supplied/
-
- 08 Oct, 2017 1 commit
-
-
Devon Barrett authored
-
- 05 Oct, 2017 1 commit
-
-
rithu john authored
-
- 29 Sep, 2017 2 commits
-
-
Lars Sjöström authored
-
rithu leena john authored
Cross clients improvement - requesting client ID always added to the audience claim
-
- 28 Sep, 2017 1 commit
-
-
Damian Pacierpnik authored
-
- 27 Sep, 2017 1 commit
-
-
Eric Chiang authored
add client request timeout
-
- 26 Sep, 2017 4 commits
-
-
Ryan Phillips authored
-
Eric Chiang authored
storage/kubernetes: Log before registering custom resources
-
Chance Zibolski authored
Logging before attempting to make any connection to Kubernetes is useful when the connection hangs and dex is killed before it can log any errors.
-
rithu leena john authored
Add Documentation about customresourcedefinitions creation role
-