teleport/examples
Sasha Klizhentas ebe3c1a9c1 Fix several issues with audit events.
1. Fixes several cosmetic issues with logs:

Fixes #1690, fixes #1687

2. Fixes deadlocks that were revealed during stress
testing on slow encrypted EFS system.

The following deadlock scenario was happening:

Goroutine 1:

t1. auditlock.Lock <- success
t3. diskSessionLogger.Lock <- blocked

Gorotuine 2:

t2. diskSessionLogger.Lock <- success
t4. auditLock.Lock  <- blocked

3. Update ansible upgrade scripts
to support custom binary upgrades.

4. Fix docker flow by removing deprecated
--gops-addr flag

5. Remove verbose logging lines.

6. Reduce compression efficiency to
reduce large memory load.
2018-02-15 18:28:42 -08:00
..
aws Fix several issues with audit events. 2018-02-15 18:28:42 -08:00
etcd Added 'insecure' flag to etcd config 2017-01-16 11:15:04 -08:00
go-client Updated README for go-client (auth server API example) 2018-02-14 10:26:23 -08:00
local-cluster Preparation for 2.3 2017-06-21 20:14:40 -07:00
resources PR edits 2017-09-14 11:58:08 -07:00
systemd Better systemd unit 2017-08-15 18:57:20 -07:00
upstart Added upstart Teleport daemon script to examples 2017-08-19 20:34:13 -07:00
README.md Improvements for AWS support deployments 2018-01-23 19:41:54 -08:00

Examples

Configuration Examples

  • local-cluster : Sample configuration of a 3-node Teleport cluster using just a single machine

Daemon Configuration

  • systemd : Service file for systemd
  • upstart : Start-up script for upstart

AWS examples

  • aws : Examples of provisioning Teleport on AWS.