Add u2f section is required in config (#3599)

This commit is contained in:
Lisa Kim 2020-04-16 17:40:04 -07:00 committed by GitHub
parent c5ca671d67
commit 9e4f98d0ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -326,14 +326,13 @@ auth_service:
type: local
# second_factor can be off, otp, or u2f
second_factor: otp
# this section is used if second_factor is set to 'u2f'
# u2f section is required if second_factor is set to 'u2f'
u2f:
# app_id must point to the URL of the Teleport Web UI (proxy) accessible
# by the end users
app_id: https://localhost:3080
# facets must list all proxy servers if there are more than one deployed
facets:
- https://localhost:3080
# IP and the port to bind to. Other Teleport nodes will be connecting to
@ -618,8 +617,7 @@ start using U2F:
* For CLI-based logins you have to install [u2f-host](https://developers.yubico.com/libu2f-host/) utility.
* For web-based logins you have to use Google Chrome and Firefox 67 or greater, are the only
supported U2F browsers at this time.
* For web-based logins, the only supported U2F browsers at this time are: Google Chrome and Firefox 67+.
``` yaml
# snippet from /etc/teleport.yaml to show an example configuration of U2F:
@ -627,7 +625,7 @@ auth_service:
authentication:
type: local
second_factor: u2f
# this section is needed only if second_factor is set to 'u2f'
# u2f section is required when second_factor is set to 'u2f'
u2f:
# app_id must point to the URL of the Teleport Web UI (proxy) accessible
# by the end users