Files
zulip/puppet/zulip_ops/files/teleport_server.yaml
Alex Vandiver 7ae3708c02 teleport: Add explicit WebAuthn config, not just U2F.
WebAuthn is the default, replacing U2F, in Teleport 10 and above[1].
While Teleport can derive a WebAuthn configuration from a U2F
configuration[2], it's useful to be explicit.

[1]: https://goteleport.com/docs/access-controls/guides/webauthn/
[2]: https://goteleport.com/docs/access-controls/guides/webauthn/#u2f
2022-07-18 11:41:00 -07:00

29 lines
686 B
YAML

# See https://goteleport.com/docs/config-reference/ and
# https://goteleport.com/docs/admin-guide/#configuration
teleport:
ca_pin: "sha256:df15ba56d56227e288ce183d7eee77a6bef552aaaa5dc25f0f5ea56494ce14c6"
auth_service:
enabled: "yes"
listen_addr: 0.0.0.0:3025
cluster_name: teleport.zulipchat.net
authentication:
type: local
second_factor: on
u2f:
app_id: https://teleport.zulipchat.net
webauthn:
rp_id: teleport.zulipchat.net
proxy_service:
enabled: "yes"
listen_addr: 0.0.0.0:3023
web_listen_addr: 0.0.0.0:443
public_addr: teleport.zulipchat.net:443
acme:
enabled: "yes"
email: zulip-ops@zulip.com
ssh_service:
enabled: no