- 20 Nov, 2018 16 commits
-
-
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 3 commits
-
-
Alex Suraci authored
-
Stephan Renatus authored
Issue #1184 - Github connector now returns a full group list when no org is specified
-
Stephan Renatus authored
fix bogus conformance failure due to time zones
-
- 15 Nov, 2018 8 commits
-
-
Alexander Matyushentsev authored
-
Alex Suraci authored
this failed on my machine due to the unexported 'loc' field of the time structure - it was nil in one and set to a ton of tiemzone data in the other. instead let's just compare the unix timestamp value and zero it out for the struct comparison.
-
Stephan Renatus authored
Issue #1263 - Render error message provided by connector if user authentication failed
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
-
Alexander Matyushentsev authored
-
- 14 Nov, 2018 1 commit
-
-
Alexander Matyushentsev authored
-
- 13 Nov, 2018 3 commits
-
-
Alexander Matyushentsev authored
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 12 Nov, 2018 1 commit
-
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 07 Nov, 2018 1 commit
-
-
Eric Chiang authored
point users to storage/RBAC docs
-
- 06 Nov, 2018 2 commits
-
-
Eric Chiang authored
allow it to disable CRD creation
-
Song.Jin authored
-
- 05 Nov, 2018 1 commit
-
-
Tiago Matias authored
-
- 04 Nov, 2018 1 commit
-
-
Song.Jin authored
-
- 02 Nov, 2018 1 commit
-
-
Song.Jin authored
-
- 25 Oct, 2018 1 commit
-
-
Stephan Renatus authored
add Refresh() to mock passwordConnector
-