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
The list of users for SSH servers only include the applicable users
Current behavior:
All users can show when applying a Access Request.
Web UI
Same Access Request applied in Teleport Connect:
Bug details:
Teleport version: 12.1.2
Recreation steps
Create a Acess request to another role with different users.
Request and be granted that access request.
Apply within Teleport Connect.
Note that you will see both the original certificate login users and the access request applied cert logins.
I just tried to address this while fixing pagination (#42501). It's entirely doable as it's mostly a matter of extracting calculateSSHLogins to lib/client and changing it so that it accepts localLogins []string instead of a tlsca.Identity.
However, constructing all arguments this function accepts and the dependencies of those arguments requires adding a bunch of new methods. It's like a day of work, but I just don't have the time for that at the moment.
+1 for this, just noticed it again on 16.1.7. Quite disconcerting - I thought I had an error in my role until I went and checked the web UI to compare.
Expected behavior:
The list of users for SSH servers only include the applicable users
Current behavior:
All users can show when applying a Access Request.
Web UI
Same Access Request applied in Teleport Connect:
Bug details:
Create a Acess request to another role with different users.
Request and be granted that access request.
Apply within Teleport Connect.
Note that you will see both the original certificate login users and the access request applied cert logins.
Related issues:
sshLogins
to nodes endpoint on webapi (GET /nodes
) #13266The text was updated successfully, but these errors were encountered: