Commit graph

1480 commits

Author SHA1 Message Date
Sasha Klizhentas 7b87c73f6b fix cluster name fix 2017-10-19 00:36:32 +00:00
Russell Jones 3634291bd9 Add ClusterName to discovery request. 2017-10-19 00:36:03 +00:00
Roman Tkachenko 67087b81de Merge branch 'master' into roman/plugins 2017-10-17 09:32:28 -07:00
Alexey Kontsevoy 992b953a8c Merge branch 'master' of github.com:gravitational/teleport into fixes 2017-10-16 20:38:06 -04:00
Alexey Kontsevoy 24f1312c16 use hostname to find an existing server 2017-10-16 20:37:13 -04:00
Ev Kontsevoy 33b5cf0fcb Removed oidc_connectors from sample configuration
Problem:

`teleport configure` prints `oidc_connectors` for sample configuration
file (even for OSS version).

This property has been deprecated long time ago. I added 'omitempty' to
JSON serialization.
2017-10-16 17:30:21 -07:00
Roman Tkachenko 96a249de14 Rename plugins to modules 2017-10-16 16:55:39 -07:00
Roman Tkachenko 764db9d015 Add test 2017-10-16 13:49:30 -07:00
Roman Tkachenko d127c4fdb6 Merge branch 'master' into roman/plugins 2017-10-16 11:42:42 -07:00
Roman Tkachenko 668243d144 Plugins interface 2017-10-16 11:42:01 -07:00
Sasha Klizhentas 0938ce2dfb fix typo 2017-10-16 09:38:06 -07:00
Sasha Klizhentas 13e23a8b67 Merge branch 'master' into sasha/curiosity 2017-10-13 19:27:28 -07:00
Sasha Klizhentas 039249507d update according to code review comments 2017-10-13 19:26:49 -07:00
Roman Tkachenko 5dbda4f41b Use plugins mechanism instead of oss/e flag 2017-10-13 17:32:45 -07:00
Russell Jones 7a46471553 Validate self-signed certificates upon startup correctly. 2017-10-13 22:19:21 +00:00
Alexey Kontsevoy c6f42c49d9 adding password change API endpoint 2017-10-13 17:02:40 -04:00
Sasha Klizhentas d69f88978b fix data race in tun client 2017-10-13 11:51:14 -07:00
Sasha Klizhentas 4b36d77f31 remove data race on channel close 2017-10-13 10:21:10 -07:00
Sasha Klizhentas 6471bc32da fix data race 2017-10-13 09:11:13 -07:00
Sasha Klizhentas b2ed270bb6 fix data race and update lock file digest 2017-10-12 17:38:58 -07:00
Sasha Klizhentas 9543bf2208 Merge branch 'master' into sasha/curiosity 2017-10-12 16:57:41 -07:00
Sasha Klizhentas e461b4e6bd fix tests 2017-10-12 16:51:18 -07:00
Ev Kontsevoy a17a0219ef Updated "sample config" to match what Teleport actually uses by default
Closes #1374
2017-10-12 15:56:11 -07:00
Sasha Klizhentas 0290cccb57 integration tests for proxies 2017-10-12 10:35:46 -07:00
Russell Jones 23ecf797e7 Corrected static token handling. 2017-10-12 01:10:05 +00:00
Sasha Klizhentas 7b82e31150 add fast and slow pace tickers 2017-10-11 17:23:03 -07:00
Russell Jones 3d0ce56967 Test coverage for login attempts. 2017-10-11 22:56:55 +00:00
Russell Jones 6a1c045fa6 Fix issue where users would get locked out when using OTP tokens. 2017-10-11 22:56:55 +00:00
Sasha Klizhentas d7e3ff1416 remove extra newline 2017-10-11 15:31:53 -07:00
Sasha Klizhentas 35e380ac9c add TCP load balancer to use in tests 2017-10-11 15:31:19 -07:00
Alexey Kontsevoy 84f17fd3d4 fix SAML error text 2017-10-10 22:07:15 -04:00
Sasha Klizhentas e82ac5601a tweak the docs 2017-10-10 09:26:33 -07:00
Sasha Klizhentas aa62a1d627 document the discovery algo 2017-10-09 19:59:14 -07:00
Sasha Klizhentas f12024031a more work on logging and stats 2017-10-09 18:58:24 -07:00
Sasha Klizhentas a55116dd00 fixes before revendoring 2017-10-09 15:56:18 -07:00
Sasha Klizhentas 8839b85539 update trace 2017-10-09 12:15:56 -07:00
Sasha Klizhentas eb4cfa12d9 refactoring complete 2017-10-08 23:07:39 -07:00
Sasha Klizhentas bb5f77854e before refactoring 2017-10-08 18:07:01 -07:00
Sasha Klizhentas d3f05872cc fix some backend problems 2017-10-08 12:42:16 -07:00
Sasha Klizhentas 6e4d6b0cb2 more work, discovery works 2017-10-07 18:11:03 -07:00
a-palchikov 752c08f4c0 Merge branch 'master' into dmitri/validate-cert-chain 2017-10-06 18:27:19 -07:00
Sasha Klizhentas 53f4a0128e introduce curiosity protocol and fix logs 2017-10-06 15:38:15 -07:00
Alexey Kontsevoy e86fffd28f (web) adding CSRF protection to OIDC and SAML callbacks 2017-10-06 16:19:05 -04:00
Sasha Klizhentas a2cd00de8f a bit of refactoring 2017-10-05 18:41:59 -07:00
Sasha Klizhentas e12ec7422c refactoring 2017-10-05 17:29:31 -07:00
Ev Kontsevoy 272ad17bb5 Removed hard-coded doc versions from error messages 2017-10-05 14:13:53 -07:00
dmitri 1f63b8d596 Address review comments 2017-10-04 18:56:57 -07:00
dmitri ffcba2f078 ValidateCertificateChain: account for possible invalid PEM data block. 2017-10-04 18:56:57 -07:00
Roman Tkachenko a8cf2d3464 Fix test 2017-10-03 18:35:05 -07:00
Roman Tkachenko b9b970162f Safe redirect for oidc/saml 2017-10-03 18:29:02 -07:00