-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 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 teleportFor Kubernetes-based deployments using the extraEnv:
- name: TELEPORT_ALLOW_NO_SECOND_FACTOR
value: yes |
Beta Was this translation helpful? Give feedback.
-
|
^Croot@ubuntu:~# kubectl logs -n teleport teleport-auth-767ff767d8-5npbx |
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: offin your configuration.TELEPORT_ALLOW_NO_SECOND_FACTOR=yesin order to disable MFA.