From 79bddfa9f01debe9923b81b7543c8f2660466b43 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Sat, 1 Oct 2022 13:37:22 +0000 Subject: [PATCH] Update 'Docker/traefik & teleport/etc/teleport.yaml' --- Docker/traefik & teleport/etc/teleport.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Docker/traefik & teleport/etc/teleport.yaml b/Docker/traefik & teleport/etc/teleport.yaml index 4881c2d..14ad22c 100644 --- a/Docker/traefik & teleport/etc/teleport.yaml +++ b/Docker/traefik & teleport/etc/teleport.yaml @@ -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"