-
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/update docs for passwordless, WebAuthn and U2F #13314
Conversation
Note to reviewers: feel free to review commit-by-commit. Technically we want this for v10, but I'm happy to backport if we cut the branch before it; no code changes here after all. |
d3da814
to
ecae648
Compare
@@ -686,11 +687,14 @@ registered devices using [`tsh mfa ls`](cli.mdx#tsh-mfa-ls). | |||
$ tsh mfa rm <device-name> | |||
``` | |||
|
|||
### tsh environment variables |
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.
I think this header was missing (without it the variables are all inside the "tsh mfa add" header).
ecae648
to
2bc51a2
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.
Very well written. Nice work.
2bc51a2
to
e56ef0c
Compare
Updated and rebased, PTAL? |
Friendly ping @ptgott @r0mant @xinding33 ? |
a128bd0
to
4004d23
Compare
Thanks for the detailed review, Paul. Applied/fixed some of the "easier" comments, more to come later. I'll let you know when it's ready for another pass. |
c716a8a
to
e74f665
Compare
All comments addressed, PTAL. @ptgott |
9760755
to
0d74b77
Compare
Friendly ping @ptgott ? |
0d74b77
to
0651a6a
Compare
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
f8f3d0c
to
6fd8e1d
Compare
@codingllama See the table below for backport results.
|
😭 |
Backport: #14163 |
Add a batch of public documentation changes that cover: * Passwordless (new guide and various links) * WebAuthn updates in regards to U2F * U2F documentation removal (superseded by WebAuthn) * Updated config reference (`teleport.yaml` and equivalents) * Updated `tsh` reference This should cover the bulk of the work under Passwordless (#9160) and U2F sunset (#10375). Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
…4163) Add/update docs for passwordless, WebAuthn and U2F (#13314) Add a batch of public documentation changes that cover: * Passwordless (new guide and various links) * WebAuthn updates in regards to U2F * U2F documentation removal (superseded by WebAuthn) * Updated config reference (`teleport.yaml` and equivalents) * Updated `tsh` reference This should cover the bulk of the work under Passwordless (#9160) and U2F sunset (#10375). Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
Add a batch of public documentation changes that cover:
teleport.yaml
and equivalents)tsh
referenceThis should cover the bulk of the work under Passwordless (#9160) and U2F sunset (#10375).
#9160