teleport/docker/one.yaml

40 lines
677 B
YAML
Raw Normal View History

# Single-node Teleport cluster called "one" (runs all 3 roles: proxy, auth and node)
teleport:
nodename: one
2017-10-06 00:29:31 +00:00
advertise_ip: 172.10.1.1
log:
output: stdout
severity: DEBUG
2017-10-06 00:29:31 +00:00
data_dir: /var/lib/teleport
2017-03-02 19:50:35 +00:00
storage:
2017-10-06 00:29:31 +00:00
path: /var/lib/teleport/backend
2017-03-02 19:50:35 +00:00
type: dir
auth_service:
enabled: yes
authentication:
type: oidc
cluster_name: one
tokens:
2017-03-02 19:50:35 +00:00
- "node,auth,proxy:foo"
- "trustedcluster:bar"
ssh_service:
enabled: yes
labels:
cluster: one
commands:
- name: kernel
command: [/bin/uname, -r]
period: 5m
public_addr: ['localhost']
proxy_service:
enabled: yes
public_addr: ['localhost:3080']
2017-10-06 00:29:31 +00:00