Commit graph

93 commits

Author SHA1 Message Date
Alexey Kontsevoy ca56318778 (web) docs new nav styles 2018-02-08 13:58:36 -05:00
Sasha Klizhentas ff00a698be switch builder to go 1.9.2 2018-01-15 14:52:39 -08:00
Ev Kontsevoy a43487f5b3 Fixed Docket-based documentation generation 2017-10-12 15:56:11 -07:00
Ev Kontsevoy 92bfdcd541 Small changes to build/install process.. 2017-09-19 12:54:02 -07:00
Ev Kontsevoy 3b9d374c39 Removed the need to have autotools installed
Previous versions of Teleport relied on `make` command to be available,
which is never the case with all supported Linux distributions
2017-09-17 16:24:11 -07:00
Ev Kontsevoy 226745661d Minor formatting to the Makefile 2017-08-23 21:40:31 -07:00
Ev Kontsevoy eac2fe7522 Improved documentation-building scripts 2017-08-17 17:03:53 -07:00
Ev Kontsevoy 12e1f3bb83 Separated unit testing from integration testing
(for consistency and speedier failures under Jenkins)
2017-07-12 14:00:16 -07:00
Ev Kontsevoy 14cf48d707 Switching to 1.8.3
- Updated Dockerfile to use 1.8.3
- Updated Makefile to stop generating garbage
- Improved one test which failed under Docker
2017-06-01 14:08:31 -07:00
Sasha Klizhentas b72b734979 add grpc 2017-05-26 18:19:22 -07:00
Johannes Pfrang 0782c672b7 Overridable install directories in release.mk 2017-04-11 23:20:01 +02:00
Ev Kontsevoy dd9db5ec2e Minor cosmetic commit
- Added comments to explain the purpose of clientConfig.HostPort
- Fixed typo
- Fixed docker-based 'make release' to include Teleport version into the
  produced tarball
- More informative logging around host lookups
2017-03-29 17:12:50 -07:00
Ev Kontsevoy a9466ac420 Docs! Docs! 2017-03-23 21:44:25 -07:00
Ev Kontsevoy aafbd7d030 Re-merged multi-version docs from a separate repo 2017-03-23 21:00:33 -07:00
Ev Kontsevoy 2ebac85116 Docker changes 2017-03-08 23:44:01 -08:00
Ev Kontsevoy fe7572a824 Docker changes 2017-03-08 23:27:02 -08:00
Ev Kontsevoy 4561642e28 Docker changes... 2017-03-08 22:55:57 -08:00
Ev Kontsevoy 11a51b1904 Docker change... 2017-03-08 22:52:32 -08:00
Russell Jones ac1173bacd Fixes, refactoring, and tests for LocalKeyAgent.
* Updated LocalKeyAgent to load both certificate and private key into Teleport and system agent.
* Refactored LocalKeyAgent to consolidate key loading code.
* Added test coverage for LocalKeyAgent.
2017-02-09 18:27:10 -08:00
Sasha Klizhentas 267b91b47e New version and new build target 2017-01-19 15:20:13 -08:00
Ev Kontsevoy e24ccb1de2 Made the Makefile more compatible with OSX 2017-01-16 10:40:18 -08:00
Ev Kontsevoy 5e952e2cf2 Merge branch 'master' into ev/688 2017-01-16 00:59:28 -08:00
Pablo Terradillos 6c68804acd Added make task to create a teleport release using docker 2017-01-06 18:02:24 -03:00
Ev Kontsevoy c0ae51537c Automatic schema migration for DynamoDB backend
Also, some DynamoDB bug fixes. The migration algo:

- load all existing entries and keep them in RAM
- create <table_name>.bak backup table and copy all entries to it
- delete the original table_name
- re-create table_name with a new schema (with "FullPath" instead of "Key")
- copy all entries to it
2016-12-27 20:32:42 -08:00
Ev Kontsevoy e9575fe77d Updated the Dockerfile by adding zip to it.
Now you can use Docker-based build environment to create official builds
via:

```
$ make -C build.assets enter
$ make release
```
2016-12-20 14:04:23 -08:00
Ev Kontsevoy aa47d85203 Removed $WEBDIR from release Makefile 2016-12-18 22:21:20 -08:00
Jeremy Deininger 02ce356e90 instructions and dockerfile for building dynamodb static binaries 2016-12-14 15:51:55 -08:00
Ev Kontsevoy 263ec1ca1e Added "samples" directory with sample configurations
Also some minor changes around error reporting...
2016-10-09 16:33:18 -07:00
Ev Kontsevoy d6b93e24ca Merge pull request #551 from guanana/master
Files needed for automatic RPM and SRPM
2016-10-02 16:15:25 -07:00
guanana2 f46556579b Files needed for automatic RPM and SRPM creation after source tar generation 2016-10-01 21:36:17 +01:00
Mohit Agarwal 266fce2c65
remove the GO15VENDOREXPERIMENT environment variable
Go 1.7 removed support for the variable: https://golang.org/doc/go1.7
Since teleport requires 1.7 or higher, the variable is redundant.
2016-09-29 10:21:57 +05:30
Ev Kontsevoy f1007c2ec9 Docs tweaks 2016-09-25 00:47:43 -07:00
Ev Kontsevoy a6127227f3 Proper handling of attached/detached terminals
Also Teleport now will try to get the type of terminal you're already
on, looking at $TERM
2016-09-10 21:59:16 -07:00
Ev Kontsevoy 4cd9bbdd91 Removed excessive logging and bumped Golang to 1.7 2016-08-18 17:13:05 -07:00
Ev Kontsevoy 8987e074ca Updating release process to fit documentation 2016-06-20 13:20:26 -07:00
Ev Kontsevoy cddaf6e5c8 Some minor improvements
- `tctl auth ls` lists all CAs by default
- Documented `authorize_ip` better
2016-05-31 18:59:07 -07:00
Ev Kontsevoy 64393d8d27 Fixed tests 2016-05-20 20:09:13 -07:00
Ev Kontsevoy 49256d1c23 Merge remote-tracking branch 'origin/master' into ev/multi-role
Conflicts:
	lib/auth/tun.go
2016-05-17 10:53:36 -07:00
Ev Kontsevoy 7a1d799137 Fixed tests 2016-05-16 20:36:03 -07:00
Ev Kontsevoy 643cd5c154 Documentation edits
- Updated docs for "advertise_ip"
- Updated docs for "tokens" in teleport.yaml
- Updated "adding nodes" section in the admin guide and in the
  quickstart guide
- Crated `run-docs` make target for convenient live documentation
  editing.
2016-05-14 16:44:41 -07:00
Ev Kontsevoy 23b3565f3a Started work on self-reconnecting reverse tunnels 2016-05-11 13:17:13 -07:00
Ev Kontsevoy af67bfb9a8 Changed "page size max" for stream fetching from 512Kb to 10MB 2016-05-09 14:43:05 -07:00
Ev Kontsevoy bd941cc3be Disabled integration tests
Master is now pretty old. The upcoming merge with `ev/log` will
bring integration tests back
2016-05-03 17:53:07 -07:00
Ev Kontsevoy 069b2d2b4e Code review - brought back verbose logs 2016-04-19 10:51:43 -07:00
Ev Kontsevoy c3a3f55152 Removed logs from tests output. It's insane. 2016-04-19 02:10:46 -07:00
Ev Kontsevoy 9869c5cd01 Fixed integration tests 2016-04-19 02:08:07 -07:00
Ev Kontsevoy b9c302b0db Golang version bump 2016-04-18 11:40:31 -07:00
klizhentas 6b8e84f345 fix linkflags issue 2016-04-15 17:48:25 -07:00
Ev Kontsevoy e4023519d0 Fixed integration builds under Jenkins
... had to give TTY to Docker container which executed the test
2016-04-14 15:03:47 -07:00
klizhentas 20717a5d45 update Go version 2016-04-12 20:46:39 -07:00