- 30 Nov, 2018 1 commit
-
-
Stephan Renatus authored
- adapted TestUnmarshalConfig to ensure the fields are read in - added a test to see that at least MaxOpenConns works: - this is only exposed through (*db).Stats() in go 1.11, so this test has a build tag - the other two configurables can't be read back, so we've got to trust that the mechanism works given the one instance that's tested.. Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 29 Nov, 2018 2 commits
-
-
Stephan Renatus authored
Revert "retry on serialization errors" This will come back, as outline here: https://github.com/dexidp/dex/pull/1356#issuecomment-442523779
-
Stephan Renatus authored
-
- 27 Nov, 2018 1 commit
-
-
Stephan Renatus authored
Extend the API with a function which updates the client configuration
-
- 26 Nov, 2018 5 commits
-
-
Cosmin Cojocar authored
-
Stephan Renatus authored
Kubernetes docs: clarify steps around use/creation of TLS assets.
-
Stephan Renatus authored
LDAP connector - Document that 'DN' must be in capitals
-
Owen Tuz authored
-
Owen Tuz authored
-
- 23 Nov, 2018 4 commits
- 22 Nov, 2018 1 commit
-
-
Owen Tuz authored
-
- 21 Nov, 2018 1 commit
-
-
Stephan Renatus authored
retry on serialization errors
-
- 20 Nov, 2018 23 commits
-
-
Stephan Renatus authored
storage: nuke standup scripts, adapt dev-integration-test docs
-
Alex Suraci authored
-
Alex Suraci authored
prior to this change, many of the functions in the ExecTx callback would wrap the error before returning it. this made it impossible to check for the error code. instead, the error wrapping has been moved to be external to the `ExecTx` callback, so that the error code can be checked and serialization failures can be retried.
-
Alex Suraci authored
-
Alex Suraci authored
-
Alex Suraci authored
also use a context for the rollback, which is a bit cleaner since it only results in one 'defer', rather than N from the loop
-
Alex Suraci authored
-
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>
-
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
pg: support host:port for backwards-compatibility
-
Stephan Renatus authored
Add 'both' option to use team name AND slug in TeamNameField This allows the connector to be configured with both so that both team names and slugs can be returned in the groups. This makes configuring teams in an application a bit more foolproof; we would often have confusion over whether the team name or slug should be given by the user, so it's easier to just allow both, since collisions shouldn't be possible anyway.
-
Alex Suraci authored
-
Josh Winters authored
this will result in both the team name *and* the team slug being returned for each team, allowing a bit more flexibility in auth validation. Signed-off-by: Topher Bullock <tbullock@pivotal.io> Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
-
Stephan Renatus authored
Use pq connection parameters instead of URLs for postgres connections This enables the use of socket paths like /var/run/postgresql for the 'host' instead of requiring TCP. Also, we know allow using a non-default port.
-
Divya Dadlani authored
otherwise it's impossible to use a Unix socket, as the path gets escaped awkwardly. Signed-off-by: Ciro S. Costa <cscosta@pivotal.io> Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
-
Stephan Renatus authored
Add config to explicitly enable loading all github groups Follow-up for #1102.
-
Stephan Renatus authored
Gitlab connector should not require the api scope. Fixes #1347.
-
gypsydiver authored
-
Stephan Renatus authored
remove incomplete mysql and cockroachdb support
-
Stephan Renatus authored
update go-ldap, improve errors
-
- 19 Nov, 2018 1 commit
-
-
Alexander Matyushentsev authored
-
- 16 Nov, 2018 1 commit
-
-
Alex Suraci authored
-