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

Restrict access to activity log #409

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Conversation

crowesn
Copy link
Contributor

@crowesn crowesn commented Nov 30, 2023

Resolves #408

We use CanCan to authorize actions in the app and neglected to include the activity log in the abilities set.

This PR restricts activity log access to standard and admin users using abilities model.

Also fleshes out specs for admin abilities.

@crowesn crowesn force-pushed the 408/restrict-activity-log-access branch 2 times, most recently from d5f0d54 to d9c6ef5 Compare November 30, 2023 18:22
@crowesn crowesn force-pushed the 408/restrict-activity-log-access branch from d9c6ef5 to da9e585 Compare November 30, 2023 18:24
@hortongn hortongn self-assigned this Dec 4, 2023
@hortongn hortongn merged commit 926b1c4 into qa Dec 4, 2023
@hortongn hortongn deleted the 408/restrict-activity-log-access branch December 4, 2023 21:39
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.

Restrict access to activity log
2 participants