Update 'Docker/traefik & teleport/etc/teleport.yaml'

This commit is contained in:
Florian Hoss 2022-10-01 13:37:22 +00:00
parent a18f99b9a1
commit 79bddfa9f0

View file

@ -14,8 +14,15 @@ auth_service:
listen_addr: 0.0.0.0:3025
public_addr: teleport.example.de:3025
cluster_name: teleport.example.de
authentication:
type: github
second_factor: on
webauthn:
rp_id: tp.unjx.de
proxy_listener_mode: multiplex
session_recording: "off"
client_idle_timeout: "10m"
client_idle_timeout_message: "10 minutes idle... you have been logged out"
web_idle_timeout: 10m
ssh_service:
enabled: "yes"
@ -57,5 +64,4 @@ app_service:
apps:
- name: "proxy"
description: "Traefik"
public_addr: "proxy.teleport.example.de"
uri: "http://localhost:8080"