Updated docker cluster config to set cluster authentication to

password-only.
This commit is contained in:
Russell Jones 2017-04-18 16:18:57 -07:00
parent 95be741eeb
commit 7f487a3808
2 changed files with 10 additions and 0 deletions

View file

@ -12,6 +12,11 @@ teleport:
auth_service:
enabled: yes
authentication:
type: local
second_factor: off
cluster_name: one
tokens:
- "node,auth,proxy:foo"

View file

@ -12,6 +12,11 @@ teleport:
auth_service:
enabled: yes
authentication:
type: local
second_factor: off
cluster_name: two
tokens:
- "node,auth,proxy:foo"