[Access] Add FIDO2 as MFA type for Infrastructure SSH Applications - #32176
Draft
waltja wants to merge 1 commit into
Draft
[Access] Add FIDO2 as MFA type for Infrastructure SSH Applications#32176waltja wants to merge 1 commit into
waltja wants to merge 1 commit into
Conversation
waltja
force-pushed
the
james/fido2-for-infra
branch
from
July 20, 2026 17:42
4c7e834 to
90c7e3c
Compare
waltja
marked this pull request as ready for review
July 21, 2026 00:14
waltja
requested review from
a team,
asamborski,
elithrar,
kennyj42 and
nikitacano
as code owners
July 21, 2026 00:14
waltja
marked this pull request as draft
July 21, 2026 00:14
Contributor
Review💡 3 suggestions found in commit Fix in your agentFix the following review findings in PR #32176 (https://github.com/cloudflare/cloudflare-docs/pull/32176).
Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order
After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.
---
## Code Review
### Suggestions (1)
#### CR-2c4258f5f638 · Unused component import
- **File:** `src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/use-cases/ssh/ssh-infrastructure-access.mdx` line 17
- **Issue:** The added `Badge` import is not used anywhere in the file content.
- **Fix:** Remove the unused `Badge` import from the import block.
---
## Style Guide Review
### Suggestions (2)
#### SG-a03479a356fe · Headings must use sentence case
- **File:** `src/content/docs/cloudflare-one/access-controls/access-settings/independent-mfa.mdx` line 391
- **Issue:** Heading `### Enroll a FIDO2 Key for infrastructure apps` capitalizes `Key` unnecessarily.
- **Fix:** Change to `### Enroll a FIDO2 key for infrastructure apps`.
#### SG-a13f39d65c32 · Headings must use sentence case
- **File:** `src/content/docs/cloudflare-one/access-controls/access-settings/independent-mfa.mdx` line 404
- **Issue:** Heading `#### Configure your SSH client for FIDO2 Key` capitalizes `Key` unnecessarily.
- **Fix:** Change to `#### Configure your SSH client for a FIDO2 key`.
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. Suggestions (1)
ConventionsNo convention issues found. Style Guide ReviewSuggestions (2)
CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
waltja
force-pushed
the
james/fido2-for-infra
branch
from
July 21, 2026 19:56
d2cd1a1 to
4bfbdef
Compare
waltja
force-pushed
the
james/fido2-for-infra
branch
from
July 27, 2026 16:55
4bfbdef to
4fd4ec5
Compare
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.
Summary
Updates Zero Trust documentation to add FIDO2 Key support for independent MFA on SSH infrastructure applications. Documents enrollment, SSH client configuration, authenticator selection, AAGUID restrictions, session behavior, and the distinction between FIDO2 Key, PIV, and browser WebAuthn Security keys.
Documentation checklist