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

Role authorization #3

Merged
merged 4 commits into from
Jun 28, 2024
Merged

Role authorization #3

merged 4 commits into from
Jun 28, 2024

Conversation

rahearn
Copy link
Collaborator

@rahearn rahearn commented Jun 27, 2024

This PR adds:

  1. A user model
  2. A CRUD controller for adding, updating, or deleting Document models
  3. Role-based authorization code for controlling which users can create, update, or destroy documents
  4. Control language updates related to authorization code
  5. unit tests that output OSCAL AssessmentPlan and AssessmentResults documents.

* Add role based authorization code
* Add user model with devise authentication
* Update document policy to allow admins to do CRUD operations
* Allow users to sign in
* Basic documents scaffolding
* USWDSify the scaffolding
Copy link

github-actions bot commented Jun 27, 2024

Terraform plan in terraform/staging

No changes. Your infrastructure matches the configuration.
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

📝 Plan generated in Run Terraform plan in staging #5

Copy link

github-actions bot commented Jun 28, 2024

Terraform plan in terraform/staging

No changes. Your infrastructure matches the configuration.
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

✅ Plan applied in Deploy Staging #4

@rahearn rahearn merged commit 2d99803 into main Jun 28, 2024
11 checks passed
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