infra: add docs for hardware keys#1074
Open
ubiratansoares wants to merge 1 commit into
Open
Conversation
b6f140a to
33e72f0
Compare
apiraino
reviewed
Jun 24, 2026
Comment on lines
+1
to
+7
| # Hardware Security Keys in the Rust Project | ||
|
|
||
| ## Overview | ||
|
|
||
| ### Security hardware keys in Rust Infrastructure | ||
|
|
||
| Hardware security keys drastically improve security by providing unphishable |
Contributor
There was a problem hiding this comment.
nit: either "Security hardware keys" or "Hardware security keys" 🙂
apiraino
reviewed
Jun 24, 2026
| need to configure it as your preferred [MFA method in your Google account]. | ||
|
|
||
| For AWS CLI, you should stick with [AWS SSO user sessions] rather than IAM user | ||
| sessions when setting up your CLI configuration. This flow willprompt your 2FA |
Contributor
There was a problem hiding this comment.
Suggested change
| sessions when setting up your CLI configuration. This flow willprompt your 2FA | |
| sessions when setting up your CLI configuration. This flow will prompt your 2FA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds documentation explaining how to setup hardware keys, and how to use them. We also link the upcoming policy for the sake of reference.
I'll update this doc as soon as the policy lands and we also move with rust-lang/team#2501
r? @marcoieni
Rendered