Commit graph

1834 commits

Author SHA1 Message Date
nmaki 59388ae5c9 Update configuration.go to use all auth_servers
Only the last provided auth_server was being used.
2016-10-26 16:14:59 -05:00
Ev Kontsevoy 5ab0916387 Merge branch 'master' into ev/timeouts 2016-10-26 10:19:10 -07:00
Ev Kontsevoy 496a98fec9 Merge branch 'master' into ev/dynamo 2016-10-26 10:18:58 -07:00
Alexey Kontsevoy 7a01b131bd fix IE11 AJAX caching issues 2016-10-26 13:14:59 -04:00
Alexey Kontsevoy 5ab7b07feb updating babel and other libs 2016-10-26 13:01:30 -04:00
Adrien Pestel 436ee596b6 DynamoDB backend
This backend can be enabled by optionally adding a new build flag.
See lib/backend/dynamo/README.md for details.

It should not affect default Teleport builds.
2016-10-25 23:26:35 -07:00
alex-kovoy 5a0e0616f4 Merge pull request #589 from gravitational/bugs/fixes
cleanup and bug fixes
2016-10-25 17:18:03 -04:00
Alexey Kontsevoy 8b5d60d8d6 fixing column width 2016-10-25 17:09:48 -04:00
Alexey Kontsevoy 42307610a6 readme 2016-10-24 17:45:34 -04:00
Alexey Kontsevoy 28dcc7a084 cleanup and bug fixes 2016-10-24 17:19:57 -04:00
Ev Kontsevoy 3411cc31da Added better connection handling for reverse tunnels
Two changes:

1. Read/write timeouts are applied on both client & server.
2. Server now always closes its connection if there are any issues
   communicating with the client.
2016-10-23 16:56:15 -07:00
Ev Kontsevoy aa680fc3c9 New TimeoutConn class
Allows to construct network connections with read/write timeouts.
+ tests
2016-10-23 16:42:15 -07:00
Ev Kontsevoy 6943f298f4 Merge pull request #573 from gravitational/ev/standalone
Ability for clusters to run wihout auth servers
2016-10-23 15:12:15 -07:00
Ev Kontsevoy fccb8883b9 Merge branch 'master' into ev/standalone 2016-10-23 15:09:23 -07:00
Ev Kontsevoy ba85330391 Merge pull request #581 from gravitational/ev/profiles
Client profiles for TSH
2016-10-23 15:07:58 -07:00
Ev Kontsevoy f5103fbe7f Merge branch 'master' into ev/profiles 2016-10-23 15:04:30 -07:00
Ev Kontsevoy 2a75df4cdf Merge branch 'master' into ev/standalone 2016-10-23 15:04:17 -07:00
Ev Kontsevoy 7a0500fb68 Merge pull request #583 from gravitational/403_and_node_ip
403 and node ip
2016-10-23 15:01:54 -07:00
Ev Kontsevoy 0165e1692d Merge branch 'master' into 403_and_node_ip 2016-10-23 15:01:47 -07:00
Ev Kontsevoy e05393f955 Merge pull request #584 from gravitational/ev/docs-edits
Fixed typos and formatting errors in documetation
2016-10-23 15:01:38 -07:00
Ev Kontsevoy 83d9d35264 Fixed typos and formatting errors in documetation
Fixes #582
2016-10-23 14:55:38 -07:00
Ev Kontsevoy 4c00ac4338 PR comments 2016-10-23 14:29:46 -07:00
Alexey Kontsevoy 68fc82b437 Merge branch 'master' of github.com:gravitational/teleport 2016-10-23 15:55:29 -04:00
Alexey Kontsevoy 5c8dc64e19 adding duration column to archived session list 2016-10-23 15:54:33 -04:00
Ev Kontsevoy a59a800f1c Merge branch 'master' into ev/standalone 2016-10-23 11:37:34 -07:00
Ev Kontsevoy 0c3685ff17 Merge branch 'master' into ev/profiles 2016-10-23 11:37:13 -07:00
Ev Kontsevoy 3bacc4f020 Merge pull request #576 from gravitational/web/new-build
(web) refactoring of the build scripts
2016-10-23 11:36:08 -07:00
Ev Kontsevoy fba70be1e2 PR comments implemented. 2016-10-23 11:32:48 -07:00
Ev Kontsevoy 77ac90bd22 Merge branch 'master' into web/new-build 2016-10-23 11:27:47 -07:00
Ev Kontsevoy 7964bfc54e Client profiles for TSH 2016-10-22 12:54:16 -07:00
Alexey Kontsevoy b95e8d7aa0 fixing unit-tests 2016-10-22 13:49:36 -04:00
Alexey Kontsevoy 0ef1d46d58 handle 403 and display local and node ip in archived list 2016-10-21 18:00:07 -04:00
Alexey Kontsevoy a86ec3bdd8 Merge branch 'master' of github.com:gravitational/teleport 2016-10-21 11:06:40 -04:00
Alexey Kontsevoy 6ccb63d4db (web) refactoring of the build scripts 2016-10-19 15:16:31 -04:00
Ev Kontsevoy 13088c0fe8 Documentation edits
Closes #567
2016-10-18 21:14:59 -07:00
Ev Kontsevoy d549d884bc "Cluster snapshot" became "caching AP client"
Instead of trying to achieve a full "offline" operation, this commit
honestly converts previous attempts to a "caching access point client"
behavior.

Closes #554
2016-10-16 22:04:20 -07:00
Ev Kontsevoy 25d23af77f Merged changes from master 2016-10-16 19:01:59 -07:00
Ev Kontsevoy 7933393fcc Merge pull request #570 from gravitational/sasha/presence
fix verbose logging, fixes #569
2016-10-16 18:51:46 -07:00
Sasha Klizhentas 4aefa2e0be fix verbose logging, fixes #569 2016-10-15 16:03:27 -07:00
Ev Kontsevoy 9edca758cf Fixes Gravity #1118 2016-10-14 18:28:44 -07:00
Ev Kontsevoy 2f9c669d26 Merge branch 'master' into ev/standalone 2016-10-14 00:11:41 -07:00
Ev Kontsevoy fb090a4e72 Intermediate commit 2016-10-14 00:10:38 -07:00
Roman Tkachenko 103dc2ad9f Merge pull request #566 from gravitational/roman/expire
Fix expired session cleanup
2016-10-12 13:46:01 -07:00
Roman Tkachenko 7d7b86e7aa Fix expired session cleanup 2016-10-12 13:40:08 -07:00
Alexander Klizhentas 6f2dcb0036 Merge pull request #565 from gravitational/sasha/cleanup
cleanup godeps artefacts
2016-10-12 09:19:11 -07:00
Sasha Klizhentas fa11210099 cleanup godeps artefacts 2016-10-12 09:18:29 -07:00
Ev Kontsevoy fcf8daaeba Merge pull request #564 from gravitational/roman/removesite
Add RemoveSite method to reverse tunnel
2016-10-11 13:13:54 -07:00
Roman Tkachenko d6482d3e03 Fix lock type 2016-10-11 11:59:58 -07:00
Roman Tkachenko f505a30842 Merge branch 'master' into roman/removesite 2016-10-11 11:43:23 -07:00
Ev Kontsevoy 7185690940 Merge branch 'master' of github.com:gravitational/teleport 2016-10-11 11:36:33 -07:00