Update admin guide config file - 'false' is not a valid authentication type.

This commit is contained in:
aelkugia 2020-04-06 11:57:57 -07:00 committed by Russell Jones
parent a1ddfd31be
commit c8f3b8f252

View file

@ -317,7 +317,7 @@ auth_service:
authentication:
# default authentication type. possible values are 'local' and 'github' for OSS
# and 'oidc', 'saml' and 'false' for Enterprise.
# and 'oidc', and 'saml' for Enterprise.
# 'false' is required for FedRAMP / FIPS, see
# https://gravitational.com/teleport/docs/enterprise/ssh_fips#teleport-auth-server
# only local authentication (Teleport's own user DB) & Github is supported in the open