RedHatInsights / insights-api-common-rails

Header, Encryption, RBAC, Serialization, Pagination and other common behavior for Insights microservices built with Rails
Apache License 2.0
3 stars 25 forks source link

RBAC - Removed utilities file which is now a separate class #166

Closed mkanoor closed 4 years ago

mkanoor commented 4 years ago

The validate_groups has moved into a separate class We are no longer creating id based names for roles and policies which was primarily used for sharing/unsharing

https://github.com/RedHatInsights/insights-api-common-rails/pull/164