Add config

This commit is contained in:
Jonny Ervine 2023-09-10 13:02:13 +08:00
parent 3472aacd91
commit ef47807335

View File

@ -76,7 +76,11 @@ proxy:
# https_keypairs:
# - key_file: /my-custom-mount/key.pem
# cert_file: /my-custom-mount/cert.pem
teleportConfig: {}
teleportConfig:
proxy_service:
enabled: true
ssh_service:
enabled: true
authentication:
# Default authentication type. Possible values are 'local' and 'github' for OSS, plus 'oidc' and 'saml' for Enterprise.