Update 'Docker/traefik & teleport/etc/teleport.yaml'
This commit is contained in:
parent
a18f99b9a1
commit
79bddfa9f0
1 changed files with 7 additions and 1 deletions
|
@ -14,8 +14,15 @@ auth_service:
|
||||||
listen_addr: 0.0.0.0:3025
|
listen_addr: 0.0.0.0:3025
|
||||||
public_addr: teleport.example.de:3025
|
public_addr: teleport.example.de:3025
|
||||||
cluster_name: teleport.example.de
|
cluster_name: teleport.example.de
|
||||||
|
authentication:
|
||||||
|
type: github
|
||||||
|
second_factor: on
|
||||||
|
webauthn:
|
||||||
|
rp_id: tp.unjx.de
|
||||||
proxy_listener_mode: multiplex
|
proxy_listener_mode: multiplex
|
||||||
session_recording: "off"
|
session_recording: "off"
|
||||||
|
client_idle_timeout: "10m"
|
||||||
|
client_idle_timeout_message: "10 minutes idle... you have been logged out"
|
||||||
web_idle_timeout: 10m
|
web_idle_timeout: 10m
|
||||||
ssh_service:
|
ssh_service:
|
||||||
enabled: "yes"
|
enabled: "yes"
|
||||||
|
@ -57,5 +64,4 @@ app_service:
|
||||||
apps:
|
apps:
|
||||||
- name: "proxy"
|
- name: "proxy"
|
||||||
description: "Traefik"
|
description: "Traefik"
|
||||||
public_addr: "proxy.teleport.example.de"
|
|
||||||
uri: "http://localhost:8080"
|
uri: "http://localhost:8080"
|
||||||
|
|
Loading…
Reference in a new issue