-
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
Add tsh touchid ls
and rm
commands
#12505
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass. I'll take another look tomorrow.
e9af7b0
to
a1ea67b
Compare
92b78d1
to
ed9b3f6
Compare
Thanks for the quick reviews, folks. PTAL. |
a1ea67b
to
12867fa
Compare
434d7a9
to
c4b3d9f
Compare
ca8156c
to
143ef02
Compare
FYI, I sneaked in an e/ update here. This pulls some files used to sign tsh locally. |
1e91491
to
bed5b66
Compare
Friendly ping @jakule @espadolini ? |
bed5b66
to
3710314
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one comment.
For some unfathomable reason everything is green, so I'll go ahead and merge before it changes its mind. Happy to tweak command error messages in a separate PR. |
Implement touch ID credential management via
tsh touchid ls
andtsh touchid rm
.Departs slightly from RFD command names in order to better match the
tsh mfa
.See https://github.com/gravitational/teleport/blob/master/rfd/0054-passwordless-macos.md.
#9160