gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
16.97k stars 1.71k forks source link

Error in yaml reference file about authentication: type #7818

Closed pschisa closed 1 year ago

pschisa commented 2 years ago

Details

There is an error in the teleport.yaml reference in regards to the authentication: type instructions. The instructions indicate that oidc, saml and false are valid options for Enterprise. However, setting type: false produces the following error on 6.2.3, preventing the service from starting:

ERROR: authentication type "false" not supported

The expectation when setting type false would be to disable local authentication as required by FedRAMP / FIPS as described in the yaml reference comments. This functionality is actually controlled by the parameter local_auth, which is not mentioned in the yaml reference file.

Request is to have the https://goteleport.com/docs/config-reference/ updated to remove references to type: false as an option and list the local_auth option as the appropriate method.

Request

Category

zmb3 commented 1 year ago

This has been fixed.