Something went wrong on our end. Please try again.
Add admin compliance framework custom permission
Compare changes
It adds a new custom permission, admin compliance framework.
./ee/bin/custom-ability -d "Allows admin of compliance framework." -c compliance_management -p -i "#411502" admin_compliance_framework
rails g gitlab:custom_roles:code --ability admin_compliance_framework
bundle exec rake gitlab:custom_roles:compile_docs
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
guest
role in a groupCompliance frameworks
should be visible thereCompliance framework
should be visible theremutation {
projectSetComplianceFramework(input: {
projectId: "gid://gitlab/Project/7",
complianceFrameworkId: "gid://gitlab/ComplianceManagement::Framework/4"
}) {
project {
id
}
}
}
Related to #411502 (closed)
Changelog: added EE: true