-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You need to set the Assuming you're running Teleport with systemd, this is most easily done like this: echo "TELEPORT_ALLOW_NO_SECOND_FACTOR=yes" | sudo tee -a /etc/default/teleport
sudo systemctl restart teleport For Kubernetes-based deployments using the extraEnv:
- name: TELEPORT_ALLOW_NO_SECOND_FACTOR
value: yes |
Beta Was this translation helpful? Give feedback.
It should work in version 17.0.3.
You'll need to set the env var and set
second_factor: off
in your configuration.TELEPORT_ALLOW_NO_SECOND_FACTOR=yes
in order to disable MFA.