Skip to content
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

Cms refactor #19757

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Cms refactor #19757

wants to merge 19 commits into from

Conversation

smashery
Copy link
Contributor

Refactoring work to consolidate CMS (Cryptographic Message Syntax) data structures into the one place. I've tried to place them into three locations:

I kept this separate from #19712 so that we didn't need to test PKINIT as part of the SCCM PR (seemed like a separate concern). Should rebase on that once it's done.

Verification

  • Verify that NAA cred retrieval still works
  • Verify that PkInit auth still works.

@bwatters-r7 bwatters-r7 self-assigned this Jan 9, 2025
@@ -18,7 +24,7 @@ def validate
validate_session
elsif rhost
validate_rhost
else
elsif session_or_rhost_required?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor; maybe toss in an else at the end if something goes sideways to help debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants