This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/connector
Eric Chiang ac73d3cdf2 *: load password infos from users file in no-db mode not connectors
In --no-db mode, load passwords from the users file instead of the
connectors file. This allows us to remove the password infos field
from the local connector and stop loading them during connector
registration, a case that was causing panics when using a real
database (see #286).

Fixes #286
Closes #340
2016-04-06 11:15:05 -07:00
..
config.go *: move original project to dex 2015-08-18 11:26:57 -07:00
config_repo.go *: remove in memory connector config repo 2016-02-12 13:19:05 -08:00
config_repo_test.go *: load password infos from users file in no-db mode not connectors 2016-04-06 11:15:05 -07:00
connector_bitbucket.go connector: add bitbucket connector 2015-12-08 10:19:29 -08:00
connector_bitbucket_test.go connector: add bitbucket connector 2015-12-08 10:19:29 -08:00
connector_github.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_github_test.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_ldap.go Make constants for default values, simplify logic 2016-02-16 23:58:41 +01:00
connector_ldap_test.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00
connector_local.go *: load password infos from users file in no-db mode not connectors 2016-04-06 11:15:05 -07:00
connector_oauth2.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
connector_oauth2_test.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_oidc.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
connector_oidc_test.go *: update all to accommodate changes to go-oidc 2016-01-12 17:16:28 -08:00
interface.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00
login_local.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00