-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login locks the user for 15 minutes #1347
Comments
The same for unsuccessful login: this means that it's enough to fail once to get locked for 15 minutes... We're currently trying teleport in our company and this bug means that we can't expand its usage to all our employees |
@vad we'll take a look. this is serious enough to have a point-release. |
@vad I tried to reproduce this and could not. Can you provide reproduction steps? |
@vad This happens when a user re-uses the same token with 30 seconds. Not sure why we're so strict, this will be fixed in the point-release. Thanks for reporting! |
@kontsevoy @russjones thank you for your replies and sorry for the lag I don't think this is the problem you mention @kontsevoy:
The same if I login and logout:
@russjones what can I do to help you reproduce the issue? This is the configuration file: teleport:
nodename: myproxy
data_dir: /var/lib/teleport
log:
output: syslog
severity: WARN
auth_service:
cluster_name: "main"
tokens:
- "node:STATIC_TOKEN"
proxy_service:
https_key_file: /etc/ssl/my.key
https_cert_file: /etc/ssl/my.crt |
After successful log in in v2.3, the user gets locked:
To login again I can use
tctl -f create
or wait 15 minutes.The text was updated successfully, but these errors were encountered: