RedHatSatellite / katello-attach-subscription

automatically assign subscriptions to hypervisors based on certain rules
GNU General Public License v2.0
10 stars 5 forks source link

Add missing view_organizations permission #72

Open kallies opened 4 years ago

kallies commented 4 years ago

katello-attach-subscription leverages /api/organizations/1/hosts?search=hypervisor%3Dtrue to get all hypervisor hosts. Therefore organization listing (view) is required.

Fixes #71