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
Expected behavior:
That tctl request rm responds with the correct syntax for locking and already approved request.
Current behavior: tctl request rm for an already approved request responds with a help message and command that has an error in it
tctl lock --access_request should be tctl lock --access-request
Bug details:
Teleport version : 10.0.2 and 9.3.10
Recreation steps
create and approve and access request. 2. attempt to remove the access request via CLI. 3. produce error using the --access_request flag that the help message recommends.
Debug logs
The text was updated successfully, but these errors were encountered:
Expected behavior:
That
tctl request rm
responds with the correct syntax for locking and already approved request.Current behavior:
tctl request rm
for an already approved request responds with a help message and command that has an error in ittctl lock --access_request
should betctl lock --access-request
Bug details:
The text was updated successfully, but these errors were encountered: