Commit graph

2754 commits

Author SHA1 Message Date
Alexey Kontsevoy 1e033c2a73 Merge pull request #986 from gravitational/alexey/ui/saml
Alexey/ui/saml
2017-05-15 21:03:20 -04:00
Alexey Kontsevoy c0decb69b9 (web) dist 2017-05-15 20:56:10 -04:00
Alexey Kontsevoy d7c7d134c8 (web) adding SAML btn to login page 2017-05-15 20:56:03 -04:00
Sasha Klizhentas cea133f27c fix bench goroutine leak and add more stats 2017-05-14 12:47:04 -07:00
Sasha Klizhentas 7c50174566 add some monitoring units 2017-05-13 19:27:38 -07:00
Sasha Klizhentas 91b4a663b9 instrument with monitoring tools, fixes #935
* Add prometheus endpoint to expose system stats
* Add heealthz endpoint
* Add gops endpoint for real time troubleshooting
* Deprecate httprof endpoint
2017-05-13 18:32:10 -07:00
Russell Jones fb053848cd Merge pull request #974 from gravitational/rjones/tc-docs
Allowed Login Documentation
2017-05-12 18:28:49 -07:00
Russell Jones 1022819be0 Updated Trusted Clusters to update Allows Logins. 2017-05-12 16:21:54 -07:00
Russell Jones 51e729c64d Release 2.1.0-alpha.6. 2017-05-12 16:00:30 -07:00
Russell Jones af28ff0065 Merge pull request #980 from gravitational/rjones/saml-docs
SAML Documentation
2017-05-12 15:59:29 -07:00
Russell Jones af4c088081 Added SAML and AD FS integration documentation. Refactored Enterprise
documentation.
2017-05-12 15:33:20 -07:00
Russell Jones 836517251d Revendor gosaml2 and goxmldsig. 2017-05-12 14:10:19 -07:00
Russell Jones b3af2d3010 SAML 2.0 and AD FS integration. 2017-05-12 14:10:19 -07:00
Sasha Klizhentas 9af07be7a9 add integration tests 2017-05-12 14:10:19 -07:00
Sasha Klizhentas 417ad1de05 tests work in progress 2017-05-12 14:10:18 -07:00
Sasha Klizhentas f8641681f6 SAML 2.0 initial implementation 2017-05-12 14:10:18 -07:00
Russell Jones 0cb6bd29b6 Release 2.1.0-alpha.5. 2017-05-10 10:44:53 -07:00
Russell Jones d2d27b0b6a Merge pull request #977 from gravitational/sasha/fixpanic
fix panic on concurrent bucket delete, fixes #976
2017-05-10 10:43:45 -07:00
Sasha Klizhentas 9433a272c5 fix panic on concurrent bucket delete, fixes #976 2017-05-10 10:17:36 -07:00
Russell Jones 8d9a69ff8a Update CHANGELOG.md. 2017-05-03 17:07:39 -07:00
Russell Jones 15cf7c90c6 Merge pull request #967 from gravitational/rjones/fix-scp
Use shellescape library
2017-05-03 17:06:13 -07:00
Russell Jones 6686592e30 Use shellescape library which uses single quotes so environment
variables are not expanded.
2017-05-03 16:52:39 -07:00
Russell Jones d6e2afb279 Release 2.1.0-alpha.4. 2017-05-03 14:42:52 -07:00
Russell Jones 47d60952a3 Update CHANGELOG.md. 2017-05-03 14:42:47 -07:00
Alexey Kontsevoy 1c143ebd6f (web) fix merge regressions 2017-05-03 14:33:54 -07:00
Russell Jones d3677741b4 Patch for TLP-01-009: Command injection in scp. 2017-05-03 12:25:37 -07:00
Russell Jones 16281a67a0 Patch for TLP-01-008: Use a fake hash for password authentication if
user does not exist.
2017-05-03 12:25:20 -07:00
Russell Jones 568e9f9139 Patch for TLP-01-006 and TLP-01-007: Validate Session ID. 2017-05-03 12:19:01 -07:00
Sasha Klizhentas 2950677d8a Patch for TLP-01-005: Check user principal when joining session. 2017-05-03 12:18:45 -07:00
Russell Jones bd20318069 Patch for TLP-01-004: Always check is namespace is valid. 2017-05-03 12:17:45 -07:00
Alexey Kontsevoy 03755e6123 Patch for TLP-01-001 and TLP-01-003: Check redirect. 2017-05-03 12:12:27 -07:00
Alexey Kontsevoy 9a83f160ce Merge pull request #966 from gravitational/alexey/player/cursor
(web) ensure visible cursor in session player
2017-05-03 10:36:19 -04:00
Alexey Kontsevoy c58c4840f0 (web) ensure visible cursor in session player 2017-05-03 10:21:24 -04:00
Alexey Kontsevoy f958a975d5 Merge pull request #962 from gravitational/alexey/new-terminal
Alexey/new terminal
2017-05-02 11:51:23 -04:00
Alexey Kontsevoy 5bc53c50ca (web) dist 2017-05-02 11:42:00 -04:00
Alexey Kontsevoy e969e55dc4 (web) more xtermjs related changes and cleanup 2017-05-02 11:37:33 -04:00
Alexey Kontsevoy 2cb82a5dbe Merge branch 'master' into alexey/new-terminal 2017-05-01 16:02:42 -04:00
Alexander Klizhentas dbd55f228f Merge pull request #961 from gravitational/sasha/bench
Sasha/bench
2017-05-01 12:36:35 -07:00
Alexey Kontsevoy 723047a15f (web) xtermjs final changes + some cleanup 2017-05-01 15:26:44 -04:00
Alexey Kontsevoy ea9c12f494 remove screen size from each websocket response 2017-05-01 15:23:23 -04:00
Sasha Klizhentas 8644ab66ee hide bench 2017-05-01 09:37:18 -07:00
Sasha Klizhentas 67ea31b2d6 fix comments 2017-04-30 16:39:34 -07:00
Sasha Klizhentas 684c6207fd add hdr histogram 2017-04-30 16:28:07 -07:00
Sasha Klizhentas 7d741b10a9 add benchmark tool and fix concurrent DeleteBucket
* Add bench tool and library functions
* Fix concurrent DeleteBucket problem refs #931
2017-04-30 16:25:17 -07:00
Alexey Kontsevoy b3c357943c Merge branch 'master' of github.com:gravitational/teleport into new-term
# Conflicts:
#	web/package.json
#	web/src/app/lib/term/terminal.js
2017-04-27 14:55:32 -04:00
Russell Jones b8d72bfe42 Merge pull request #954 from gravitational/rjones/ent-auth-change
Enterprise Authentication Preferences
2017-04-25 12:56:19 -07:00
Russell Jones f1f59b1803 Merge branch 'master' into rjones/ent-auth-change 2017-04-25 12:51:07 -07:00
Russell Jones 104c762015 Merge pull request #922 from johnp/master
Overridable install directories in release.mk
2017-04-25 12:50:40 -07:00
Russell Jones 1d19c477e1 Merge branch 'master' into master 2017-04-25 12:48:42 -07:00
Alexander Klizhentas 99a5cb4144 Merge pull request #955 from gravitational/rjones/more-debugging
Improved logging for test failure.
2017-04-25 11:44:47 -07:00