You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A MFA device is added to a OIDC user. If Teleport is restarted after that OIDC user expires Teleport will fail to start, at least for the sqllite storage option.
INFO [AUTH] Updating cluster configuration: AuthPreference(Type="oidc",SecondFactor="u2f"). auth/init.go:292
INFO [AUTH] Created namespace: "default". auth/init.go:299
ERROR: initialization failed
cannot itemTo user "[email protected]" without primary item "params"
What you expected to happen:
No failure to start if MFA stored for OIDC/SAML users.
Reproduction Steps
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
Configure MFA in Teleport with u2f such as adding this to the auth_service
Description
What happened:
A MFA device is added to a OIDC user. If Teleport is restarted after that OIDC user expires Teleport will fail to start, at least for the sqllite storage option.
What you expected to happen:
No failure to start if MFA stored for OIDC/SAML users.
Reproduction Steps
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
auth_service
3.Login via OIDC with a user with a role that as a low ttl (30m).
Server Details
teleport version
): 6.1.3/etc/os-release
): ubuntuThe text was updated successfully, but these errors were encountered: