- 22 Aug, 2019 1 commit
-
-
Daniel Kürner authored
-
- 14 Aug, 2019 5 commits
-
-
Joel Speed authored
storage/kubernetes: Removing Kubernetes TPR support
-
Michael Venezia authored
Third Party Resources (TPR) have been removed from Kubernetes for roughly 2 years. This commit removes the support dex had for them. Documentation has been updated to reflect this and to instruct users on how to migrate from TPR-powered dex environment to a Custom Resource Defintion (CRD) based one that dex > v2.17 will support
-
Stephan Renatus authored
bump deps for http2 issues https://github.com/grpc/grpc-go/releases/tag/v1.23.0 https://groups.google.com/forum/#!topic/golang-nuts/fCQWxqxP8aA
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 13 Aug, 2019 1 commit
-
-
Stephan Renatus authored
Add examples for recent additions to oauth2 configuration options
-
- 09 Aug, 2019 1 commit
-
-
Tom Downes authored
-
- 07 Aug, 2019 5 commits
-
-
Stephan Renatus authored
Add reflection to gRPC API (configurable)
-
Michael Venezia authored
-
Michael Venezia authored
-
Stephan Renatus authored
Add option to always display connector selection even if there's only one
-
Stephan Renatus authored
Allow arbitrary data to be passed to templates
-
- 06 Aug, 2019 3 commits
-
-
Marc-André Dufresne authored
-
Marc-André Dufresne authored
-
Stephan Renatus authored
Add tests for some callback handler error conditions
-
- 05 Aug, 2019 1 commit
-
-
Mike O authored
-
- 03 Aug, 2019 1 commit
-
-
Nándor István Krácser authored
Adjusting Makefile so that `golint` will compile
-
- 02 Aug, 2019 2 commits
-
-
Michael Venezia authored
-
Stephan Renatus authored
Return HTTP 400 for invalid state parameter
-
- 01 Aug, 2019 1 commit
-
-
Mike O authored
-
- 31 Jul, 2019 4 commits
-
-
Stephan Renatus authored
update all deps
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 30 Jul, 2019 5 commits
-
-
Stephan Renatus authored
server/api: fix logging in VerifyPassword
-
Stephan Renatus authored
Before: msg="api: password check failed : %vcrypto/bcrypt: hashedPassword is not the hash of the given password" After: msg="api: password check failed : crypto/bcrypt: hashedPassword is not the hash of the given password" Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
*: fix some lint issues
-
Stephan Renatus authored
Mostly gathered these using golangci-lint's deadcode and ineffassign linters. Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Joel Speed authored
Return config validation errors in one go
-
- 29 Jul, 2019 2 commits
-
-
Nándor István Krácser authored
Doc/storage.md: fix mysql sample query
-
mkontani authored
-
- 28 Jul, 2019 2 commits
-
-
Nándor István Krácser authored
connector/gitlab: implement useLoginAsID as in GitHub connector
-
Nandor Kracser authored
-
- 25 Jul, 2019 4 commits
-
-
Stephan Renatus authored
microsoft: option for group UUIDs instead of name and group whitelist
-
Stephan Renatus authored
add connector_id to example app
-
Maxime Desrosiers authored
-
Stephan Renatus authored
Now, we'll return a standard error, and have the caller act upon this being an instance of authErr. Also changes the storage.AuthRequest return to a pointer, and returns nil in error cases. Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 24 Jul, 2019 2 commits
-
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
As a piece of "living documentation" for #1481. Signed-off-by: Stephan Renatus <srenatus@chef.io>
-