-
Notifications
You must be signed in to change notification settings - Fork 92
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
Allowed Values for nature-of-agreement for external systems #907
Comments
This issue is very similar to #889 and it would be efficient for the same person to do both at the same time. |
Per discussion with @DimitriZhurkin and @brian-ruf the |
Documentation for this issue will be addressed as part of GSA/automate.fedramp.gov#126 |
* Add external-system-nature-of-agreement * Update help-url * Modified Metapath as per #907
@DimitriZhurkin we need to further relax the location of the "nature-of-agreement" prop/extension. For this allowed value constraint, simply use:
We will rely on other (possibly changing) constraints to determine whether this property is appearing in the correct components. |
Constraint Task
As a maintainer of a digital authorization package, in order to know I am using the appropriate type of agreement between the documented system and external system(s) documented in my SSP so that I avoid a pass-back, I would like a check in my SSP to confirm the appropriate types of agreement between the CSP maintaining a CSO documented in a SSP and the external system.
Intended Outcome
Syntax
allowed-values
constraint that allows the enumerated values below or other possible options (allow-other="yes"
):contract
: A contract between the CSP and the organization that owns the external system.mou
: A memorandum of understanding between the CSP and the organization that owns the external system.isa
: An interconnection security agreement between the CSP and the organization that owns the external system.sla
: A service-level agreement between the CSP and the organization that owns the external system.eula
: An end user license agreement between the CSP and the organization that owns the external system.license
: An application license agreement between the CSP and the organization that owns the external system.other
: An non-typical agreement between the CSP and the organization that owns the external system. Explain in remarks.Syntax Type
This is a FedRAMP constraint in the FedRAMP-specific namespace.
Allowed Values
FedRAMP allowed values must be defined or verified.
Metapath(s) to Content
This is the corrected metapath
This was the originally stated metapath, but is incorrect.
Purpose of the OSCAL Content
Check for agreement types as they are material to the review of a CSO SSP by FedRAMP reviewers.
Dependencies
No response
Acceptance Criteria
oscal-cli metaschema metapath eval -e "expression"
.Other information
No response
The text was updated successfully, but these errors were encountered: