opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
144 stars 7 forks source link

task: add resource manager allocations to branch diff #3500

Open wvandeun opened 1 month ago

wvandeun commented 1 month ago

Component

API Server / GraphQL

Task Description

When you allocate a resource through a resource manager, it would be useful that it is visible in the branch diff that an object was allocated/created from a resource pool.

For example: Today, when you create a device and assign an IP address from a resource pool, it is not visible that IP address object was created through usage of the resource manager.

image

Use case: as a reviewer of changes, I would like to refuse changes that don't use the resource manager for IP allocations of new devices.

wvandeun commented 1 month ago

related to #3057