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

fix: BED-5058 have properties that are always added to EnterpriseCA objects #132

Open
wants to merge 1 commit into
base: 2.X
Choose a base branch
from

Conversation

ktstrader
Copy link

Description

casecuritycollected, enrollmentagentrestrictionscollected, isuserspecifiessanenabledcollected, and roleseparationenabledcollected properties are always added for EnterpriseCA objects. Default value is false.

Motivation and Context

In post-processing function of ADCSESC3, an "CARegistry" collection is needed to create accurate ADCSESC3 edges. It checks if EnrollmentAgentRestrictionsCollected is true. This means that ADCSESC3 edges cannot be created unless CARegistry collection is performed.
https://specterops.atlassian.net/browse/BED-5058

How Has This Been Tested?

Manually tested.
Performed a CARegistry collection and casecuritycollected, enrollmentagentrestrictionscollected, isuserspecifiessanenabledcollected, and roleseparationenabledcollected were true.
Performed a CertServices collection after and casecuritycollected, enrollmentagentrestrictionscollected, isuserspecifiessanenabledcollected, and roleseparationenabledcollected were false.

Screenshots (if appropriate):

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Documentation updates are needed, and have been made accordingly.
  • I have added and/or updated tests to cover my changes.
  • All new and existing tests passed.
  • My changes include a database migration.

…rspecifiessanenabledcollected, and roleseparationenabledcollected properties are always added for EnterpriseCA objects. Default value is false.
@ktstrader ktstrader self-assigned this Feb 6, 2025
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.

1 participant