teleport/examples/README.md
Sasha Klizhentas 6138f2c93a Improvements for AWS support deployments
* Fix IAM instance profiles assignments for proxy and nodes
* Add support for auth server certificate verification done by
  nodes and proxies joining the cluster.
* Fix out of order events returned by auth servers in HA mode.

In HA mode, auth server could return events out of order
in case if they were sent to multiple auth servers what confused
the user interface expecting events sorted.

This commit fixes the problem by sorting events returned
by function SearchEvents.
2018-01-23 19:41:54 -08:00

18 lines
359 B
Markdown

# 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](https://en.wikipedia.org/wiki/Upstart)
## AWS examples
* `aws` : Examples of provisioning Teleport on AWS.