From d845f573fc9ec7014caca226bc425186fb9363b1 Mon Sep 17 00:00:00 2001 From: Lukas Kallies Date: Thu, 7 Nov 2019 08:49:59 +0100 Subject: [PATCH] Add missing view_organizations permission katello-attach-subscription leverages `/api/organizations/1/hosts?search=hypervisor%3Dtrue` to get all hypervisor hosts. Therefore organization listing (view) is required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100ee96..c56d84b 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The following permissions are required to run `katello-attach-subscription`: | Fact Value | view_facts| | Host | view_hosts, edit_hosts| | Subscription | view_subscriptions, attach_subscriptions, unattach_subscriptions| - +| Organization | view_organizations| ## Caveats