-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Allow cross organization inventories #3774
Comments
Smart inventories are restricted to pulling hosts from within a single organization for permissions reasons. In this proposal, how would the user grant Org2 admins access to create a smart inventory that sources from Org1? Have you tried adding the admins from Org2 to the |
It is possible to grant full admin rights from an Org1 maintained satellite sync'ed inventory to Org2. The issue starts when that same inventory (which shows hosts, facts, etc) is used in Org2 within a Smart Inventory. Now the hosts and facts are suddenly not available anymore due to the fact the Smart Inventory and Satellite Inventory belong to different Orgs. What also works is that if Org1 creates a Smart Inventory from the Satellite inventory and assigns admin rights to it for Org2. Now Org2 would be able to use the Smart Inventory. In either case, it's always Org1 that needs to initiate the creation of the (Smart)Inventory and allow than others to make use of it. I would however like to take out the responsibility of Org1 and allow each Org to manage their own Smart Inventories BUT based on central the collection of the Satellite hosts and facts. Org1 should only need to allow permissions to new Organizations once and after that each Org should be able to manage their own Smart Inventories as they like. The main reasons or doing this are:
|
Smart inventories has been deprecated in favor of constructed inventory Please check out #13303 |
ISSUE TYPE
SUMMARY
Customer request:
We have a customer who would like to have a single Satellite inventory in one organization. They would like to be able to assign inventory admin privileges to that org, to allow them to be able to create a smart inventory using hosts from that org in a separate org. Allowing this will prevent extra syncs and load against the Satellite server.
The text was updated successfully, but these errors were encountered: