-
Notifications
You must be signed in to change notification settings - Fork 96
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
Check that an access control policy and procedure are linked to SSP #798
Comments
@brian-ruf, so you wanted us to discuss this in the afternoon, and potentially live code as a group? |
OK I didn't quite understand 100% understand how we proposed the use of the entity. I am not sure that will work with the internalized templated variables. I will code the constraint as best as I can perhaps back port it in after the fact. |
@Gabeblis agreed to work on this spike with me and try the manual approach, and we compare-contrast approaches with the team later today or Monday. |
OK so an update on the spike and a path forward after a day or two of experimentation. As it stands we have a few options to approach the collection of constraints work scoped in #809, particularly how to simplify the maintenance of these first few constraints as a sequence of 25-50, maybe more, in the table in #809 (comment) for constraints to check foundational mandatory attachment checks (
Gabe started evaluating 1 today and will likely do so Monday until we sync, probably during standup. I have spent time on option 4, and after confirming a series of related bugs in the metaschema-java and oscal-cli tooling, I was able to workaround it. Unfortunately, as the table in #809 (comment) would encourage a lot of paramterization for custom constraint IDs, stubbing The above shortcomings for 4 make 3 problematic and not very useful, so for now I am going to skip it. 1, 2, and 5 are still on the table. I am now going to move onto approach 5 in a WIP branch with the profile changes and index to see how that goes, since casual discussion in today's standup confirms that's probably the best way forward (especially with More to follow! |
We will wrap with this approach, but it should demonstrate this approach will not work and template strings, wrapped with a TVT handlers or not, just get processed as strings. The specification is unclear if this approach could ever be supported outside of `message` anyway, but it escaped my memory until today's standup.
This is a ...
improvement - something could be better
This relates to ...
User Story
As a the maintainer of a digital authorization package, I want my software or others' software to check a FedRAMP SSP has properly attached a policy and procedure for the AC-1 control in FedRAMP's tailored version of SP 800-53 Revision 5.
Goals
policy
for ac-1procedure
Dependencies
Acceptance Criteria
Other information
This task is part of #809.
The text was updated successfully, but these errors were encountered: