- 19 Apr, 2019 1 commit
-
-
Benoit Sigoure authored
-
- 18 Apr, 2019 2 commits
-
-
Eric Chiang authored
cmd/dex/serve.go: log static client name instead of ID
-
Yann Soubeyrand authored
Signed-off-by: Yann Soubeyrand <yann.soubeyrand@gmx.fr>
-
- 16 Apr, 2019 2 commits
-
-
Eric Chiang authored
Update Docker build/image
-
Stephen Augustus authored
- Update build container to golang:1.12.4-alpine - Update dex image to alpine:3.9 - Run dex as non-root user Signed-off-by: Stephen Augustus <saugustus@vmware.com>
-
- 05 Mar, 2019 2 commits
-
-
Eric Chiang authored
Add option to OIDC connecter to override email_verified to true
-
Gerald Barker authored
-
- 23 Feb, 2019 2 commits
-
-
Eric Chiang authored
Fix typo.
-
Takashi Okamoto authored
-
- 22 Feb, 2019 10 commits
-
-
Eric Chiang authored
Add logger interface and stop relying on Logrus directly
-
Mark Sagi-Kazar authored
-
Mark Sagi-Kazar authored
-
Mark Sagi-Kazar authored
-
Mark Sagi-Kazar authored
-
Eric Chiang authored
Fix typo
-
Mark Sagi-Kazar authored
-
Eric Chiang authored
production users: add Banzai Cloud
-
Nandor Kracser authored
-
Mark Sagi-Kazar authored
-
- 11 Feb, 2019 1 commit
-
-
Stephan Renatus authored
Update modules for go 1.11.4+
-
- 09 Feb, 2019 1 commit
-
-
Lincoln Stoll authored
Go 1.11.3 changed how checksums are created in some cases, which caused failures building via modules. (ref golang/go#29278) Update the checksums for the failing modules. To catch this is the future, a modules build was added to the build matrix. I also noted that we were pinning the `.0` patchlevel of each go version which wouldn't have picked this up, updated it to build with the latest patch release.
-
- 05 Feb, 2019 1 commit
-
-
Stephan Renatus authored
Use github login as the id
-
- 04 Feb, 2019 5 commits
-
-
Stephan Renatus authored
server: update health check endpoint to query storage periodically
-
Eric Chiang authored
Instead of querying the storage every time a health check is performed query it periodically and save the result.
-
James Nord authored
-
James Nord authored
-
Stephan Renatus authored
Display access token in example app
-
- 03 Feb, 2019 3 commits
-
-
Joel Speed authored
ldap_test: add filter tests
-
Stephan Renatus authored
Add Active Directory and kubelogin integration sample.
-
Stephan Renatus authored
The filters for user and group searches hadn't been included in our LDAP tests. Now they are. The concrete test cases are somewhat contrived, but that shouldn't matter too much. Also note that the example queries I've used are not supported in AD: https://stackoverflow.com/a/10043452Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 01 Feb, 2019 4 commits
-
-
James Nord authored
-
James Nord authored
-
James Nord authored
For downstream apps using a github handle is much simpler than working with numbers. WHilst the number is stable and the handle is not - GitHUb does give you a big scary wanring if you try and change it that bad things may happen to you, and generally few users ever change it. This can be enabled with a configuration option `useLoginAsId`
-
Haines Chan authored
-
- 31 Jan, 2019 1 commit
-
-
Stephan Renatus authored
update MAINTAINERS, mirror guidelines into dev doc
-
- 29 Jan, 2019 4 commits
-
-
Stephan Renatus authored
Bump minimum TLS protocol to TLSv1.2
-
Steven Danna authored
Some environments are subject to strict rules about the permitted TLS protocol verion and available ciphers. Setting TLSv1.2 as the minimum version ensures we do not use weaker protocols. We've opted against making this configurable given the age of TLSv1.2 and the increasing push to deprecate TLSv1.1 and older. The PreferServerCipherSuites setting is also commonly flagged by SSL quality scanning tools. Since Go provides a relatively modern set of default ciphers by default, defaulting this to true is unlikely to make much practical difference. Signed-off-by: Steven Danna <steve@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 26 Jan, 2019 1 commit
-
-
Takashi Okamoto authored
-