Skip to content

Commit

Permalink
introduce user constraints (#743)
Browse files Browse the repository at this point in the history
* introduce user constraints

* introduce help props

* adjust help uri coverage

* Update src/validations/constraints/fedramp-external-constraints.xml

Co-authored-by: A.J. Stein <[email protected]>

* Update src/validations/constraints/fedramp-external-constraints.xml

Co-authored-by: A.J. Stein <[email protected]>

* Update src/validations/constraints/fedramp-external-constraints.xml

Co-authored-by: A.J. Stein <[email protected]>

* Update src/validations/constraints/fedramp-external-constraints.xml

Co-authored-by: A.J. Stein <[email protected]>

* Update src/validations/constraints/fedramp-external-constraints.xml

Co-authored-by: A.J. Stein <[email protected]>

* see GSA/automate.fedramp.gov#98

* merge same invalid samples

* Update user-type-FAIL.yaml

* Update user-type-FAIL.yaml

* update tests

* Update src/validations/constraints/fedramp-external-allowed-values.xml

Co-authored-by: A.J. Stein <[email protected]>

* Update src/validations/constraints/content/ssp-all-VALID.xml

Co-authored-by: A.J. Stein <[email protected]>

* update tests

---------

Co-authored-by: A.J. Stein <[email protected]>
  • Loading branch information
wandmagic and aj-stein-gsa committed Nov 1, 2024
1 parent 9817417 commit e65a400
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/validations/constraints/content/ssp-all-VALID.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,15 @@
<user uuid="44444444-0000-4000-9000-000000000004">
<title>System Administrator</title>
<prop name="type" value="internal"/>
<prop name="privilege-level" value="read-write"/>
<prop ns="https://fedramp.gov/ns/oscal" name="privilege-level" value="read-write"/>
<prop ns="https://fedramp.gov/ns/oscal" name="sensitivity" value="high-risk"/>
<role-id>system-admin</role-id>
<authorized-privilege>
<title>Admin</title>
<description><p>admin user</p></description>
<function-performed>administration</function-performed>
</authorized-privilege>

</user>

<component uuid="55555555-0000-4000-9000-000000000005" type="this-system">
Expand Down

0 comments on commit e65a400

Please sign in to comment.