teleport/examples
Andrew Lytvynov 03064cfa96 etcd: don't confuse prefixes during migration
The prefix fetching logic has a bug: it treats everything starting with
`/teleport` as the legacy prefix data, even if it's `/teleport-foo/bar`.
This is an issue if user specifies `/teleport-foo` as their custom
prefix. Each restart will copy the data from `/teleport-foo/...` to
`/teleport-foo-foo/...`.

Set the legacy prefix const to `/teleport/` instead. This avoids
excessive copying during startup.

Prefixes can still be confused later on, with `Watch` and `GetRange`,
but this is harder to migrate with backwards-compatibility.
2020-09-14 21:26:36 +00:00
..
aws Add scripts and Makefile targets to automatically update AMI IDs (#4219) 2020-08-24 17:17:34 -03:00
chart Fix Helm chart public_addr for proxy when using Ingress (#4107) 2020-07-28 12:10:34 -03:00
etcd etcd: don't confuse prefixes during migration 2020-09-14 21:26:36 +00:00
gke-auth Universal kubeconfig provisioning script (#4086) 2020-07-21 12:31:22 -07:00
go-client Plumb caller username for CRUD events via contexts 2020-06-18 19:01:35 +00:00
k8s-auth Universal kubeconfig provisioning script (#4086) 2020-07-21 12:31:22 -07:00
launchd Add sudo to launchd commands 2020-01-25 10:35:18 -04:00
local-cluster Preparation for 2.3 2017-06-21 20:14:40 -07:00
resources Correct SAML web callback (#4158) 2020-08-04 08:44:32 -04:00
systemd Workflow Documentation Fixes (#4111) 2020-07-24 10:17:59 -05:00
upstart Added upstart Teleport daemon script to examples 2017-08-19 20:34:13 -07:00
README.md Expand Examples Readme (#3120) 2019-11-01 16:49:48 -07:00

Examples

Configuration Examples

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

Daemon Configuration

AWS examples

Kubernetes - Helm Charts

SSO Connector Examples and Trusted Cluster Examples

SSO Resources

Role

Trusted Cluster