teleport/lib
klizhentas ca7e3820d7 This commit adds ability to preconfigure the cluster without running
auth server. This is needed when you configure cluster from scratch and
all nodes including auth server spin up simultaneously.

* Add tctl tools to generate keys and certificates

  + Command "tctl authorities gen" generates public and private keypair.
  + Command "tctl authorities gencert" generates public and private keypair signed
    by existng private key
  + Command "tctl authorities export" was modified to be able to export exisitng private
    CA keys to local storage

   All of these commands are hidden by default.

section "static configuration"

* Add ability to configure teleport from environment variable

Environment variable TELEPORT_CONFIG can contain base64 encoded
YAML file config file of the standard file format, so teleport will use it on start

* Add special secrets section to the config file

Section "secrets" was updated to support pre-configured trusted CA keys and pre-generated keys

* Add special rts hidden section to add support for provisioning
2016-03-28 12:58:34 -07:00
..
auth This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
backend add TLS client authentication for ETCD 2016-03-16 18:30:00 -07:00
client This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
config This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
defaults This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
events fix order in stored UUID 2016-03-21 10:42:23 -07:00
httplib re-introduce reverse tunnels into teleport 2016-03-18 17:13:22 -07:00
limiter re-introduce reverse tunnels into teleport 2016-03-18 17:13:22 -07:00
recorder add dimensions to chunks 2016-03-23 16:55:17 -07:00
reversetunnel This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
service This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
services This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
session small fixes, refs #290 2016-03-23 11:12:24 -07:00
srv This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
sshutils This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
teleagent use custom certificate pool instead of insecure connections for localhost proxies 2016-03-23 18:08:17 -07:00
utils This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00
web This commit adds ability to preconfigure the cluster without running 2016-03-28 12:58:34 -07:00