Eric Chiang
7aa3d925d5
Merge pull request #249 from ericchiang/cli
...
use cobra for dexctl cli logic
10 years ago
bobbyrullo
75488c0e78
Merge pull request #250 from bobbyrullo/fix_dex
...
db, functional: make value column in key not pkey
10 years ago
Bobby Rullo
c1f8effe1a
db, functional: make value column in key not pkey
...
go-oidc increased the size of the generated keys, which were too large
to be used as primary keys in postgres.
10 years ago
Eric Chiang
3bfbf7050e
Godeps: add github.com/spf13/cobra to vendored packages
10 years ago
Eric Chiang
22c20e4e32
cmd: add version subcommand to dexctl
...
closes #220
10 years ago
Eric Chiang
8e5115ce73
cmd: use spf13/cobra for dexctl cli logic
10 years ago
Eric Chiang
e2b4061fe5
Merge pull request #248 from ericchiang/functional_ci
...
:* run all functional tests through travis CI
10 years ago
Eric Chiang
4fa7e27ab5
:* run all functional tests through travis CI
10 years ago
bobbyrullo
71f5021678
Merge pull request #246 from bobbyrullo/maybe
...
server: better UX when remote ID already exists
10 years ago
Bobby Rullo
dc828825e6
server: better UX when remote ID already exists
...
Instead of cryptic message with nowhere to, give them the choice to
login with that account or register.
10 years ago
bobbyrullo
9f0487538d
Merge pull request #244 from jhuntoo/master
...
Update k8s README to --template syntax
10 years ago
bobbyrullo
6c09576668
Merge pull request #242 from ericchiang/duplicate_login
...
server: fix flow when user logs in through wrong connector
10 years ago
Jonathon Lee
96553c1793
Update k8s README to --template syntax
10 years ago
Eric Chiang
ad6e331860
server: fix flow when user logs in through wrong connector
...
This cleans up the code that deals with a user attempting to login
through a different connector than they registered with. The only
functional change is that `newLoginURLFromSession` is now called
with register = false when a user has an existing account.
10 years ago
Eric Chiang
1675acf21b
Merge pull request #240 from ericchiang/reduce_backoff
...
cmd: reduce backoff max when worker is waiting for connectors
10 years ago
Eric Chiang
3776c74c15
cmd: reduce backoff max when worker is waiting for connectors
...
fixes #177
10 years ago
bobbyrullo
0f7fed8d5b
Merge pull request #236 from bobbyrullo/push_it_good
...
.travis.yml: Push to repo after success
10 years ago
bobbyrullo
630e5f2dcb
Merge pull request #237 from ericchiang/postgres_image
...
*: use coreos postgres image for travis ci
10 years ago
Bobby Rullo
a60a4d25bf
.travis.yml: Push to repo after success.
10 years ago
Eric Chiang
064b3bae47
*: use coreos postgres image for travis ci
...
Moved postgres image from personal account to quay.io/coreos.
10 years ago
Eric Chiang
c4767077aa
Merge pull request #234 from ericchiang/travis_functional
...
*: add functional tests to travis config (WIP)
10 years ago
Eric Chiang
5dd08a8dd4
*: add functional tests to travis config
10 years ago
Eric Chiang
5192cac342
Merge pull request #235 from bobbyrullo/new_go_oidc
...
Godeps: update github.com/coreos/go-oidc
10 years ago
Bobby Rullo
9243107dab
Godeps: update github.com/coreos/go-oidc
10 years ago
bobbyrullo
376b1bcb67
Merge pull request #209 from ericchiang/conn_docs
...
connector: document Connector and ConnectorConfig interfaces
10 years ago
bobbyrullo
b40de37e4e
Merge pull request #233 from ericchiang/generate
...
don't call go-bindata on every build
10 years ago
Eric Chiang
a7138b3cfd
db: rebuild miration assets using go generate
10 years ago
Eric Chiang
6cb3146b09
build,db: don't call go-bindata on every build
...
Add go generate rule to generate migration assets.
10 years ago
Eric Chiang
be6944555e
Merge pull request #231 from jonboulle/master
...
*: add .travis.yml and status badge to README
10 years ago
Jonathan Boulle
da4b5d972b
*: add .travis.yml and status badge to README
10 years ago
Eric Chiang
a5feafc80d
connector: document Connector and ConnectorConfig interfaces
...
closes #203
10 years ago
bobbyrullo
2853ac71f3
Merge pull request #215 from ericchiang/fix_panic
...
cmd, db: verify at least one secret is passed to --key-secrets
10 years ago
bobbyrullo
dddc4c1206
Merge pull request #223 from ericchiang/fix_tests
...
server: fix tests
10 years ago
Eric Chiang
49389c9b90
cmd, db: verify at least one secret is passed to --key-secrets
...
Passing an empty list to the overlord or worker's --key-secrets
flag currently causes an out of range panic. Always check to ensure
there's at least one element passed.
Fixes #130
Fixes #217
10 years ago
Eric Chiang
99e1163972
server: fix tests
...
In #210 a field name in the provider config was corrected. However
the old, and incorrect, value was hard coded in the tests. This
change updates the test case to hold the correct field name.
There are no other references to the old name in dex or its
vendored packages.
10 years ago
Eric Chiang
acfcca852e
Merge pull request #216 from ericchiang/page_titles
...
static: use --issuer-name as title for public facing pages
10 years ago
bobbyrullo
c95a769ad6
Merge pull request #213 from ericchiang/naming_fix
...
Godeps: update github.com/coreos/go-oidc/oidc to fix field name
10 years ago
Brian Waldon
35dfd8adb0
Merge pull request #214 from bcwaldon/doc-fix
...
docs: fix invocation of test-functional
10 years ago
bobbyrullo
b5164994e1
Merge pull request #221 from coreos/release-scripts
...
Release scripts
10 years ago
Brian Waldon
80a71d84c2
release: script the building of release artifacts
10 years ago
Brian Waldon
c3dd998441
git-version: script detection of git tag/commit
10 years ago
Eric Chiang
4c9d2d670a
static: use --issuer-name as title for public facing pages
...
Closes #142
10 years ago
Brian Waldon
cb6a418226
docs: fix invocation of docker in dev guide
10 years ago
Eric Chiang
271822bff1
Godeps: update github.com/coreos/go-oidc/oidc to fix field name
...
Correct provider config field "id_token_alg_values_supported" to
"id_token_signing_alg_values_supported".
Fixes #212
10 years ago
Eric Chiang
bf13c3bc37
Merge pull request #210 from ericchiang/update_go_oidc
...
Godeps: update coreos/go-oidc to include OIDC race condition fixes
10 years ago
Eric Chiang
faee39fbf8
Godeps: update coreos/go-oidc to include OIDC race condition fixes
...
Update github.com/coreos/go-oidc/... to include coreos/go-oidc#17
which fixes a race condition in the OIDC connector.
10 years ago
Eric Chiang
f63ec158a5
Merge pull request #197 from ericchiang/oauth2_connector
...
connector: github and bitbucket oauth2 connectors added
10 years ago
Eric Chiang
2d611ad508
Merge pull request #208 from ericchiang/parse_int
...
db: strconv.ParseInt specify base 10
10 years ago
Eric Chiang
9f3bf0d160
db: strconv.ParseInt specify base 10
...
closes #99
10 years ago
Eric Chiang
3415a79e22
Documentation: add docs for github and bitbucket connectors
10 years ago