Replies: 1 comment 18 replies
-
|
We don't have per-user tenant policies nor quotas, but we do have user-ownership of resources. You should be able to configure group-level quota, but still set the owner of a VM to a specific user. Then using RBAC, you can set the group to only be able to see user-owned resources. |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
We are using ManageIQ with AD authentication and need to ensure that students can only see their own instances. Currently, we can restrict access per project group, but all members of the group see all project instances.
Our requirements:
Per-user access: Each student should see only their own instances, not other students’ instances.
Quotas: Each student should have a quota, ideally with a central quota for a course/project and possible sub-quotas per student.
Structure simplicity: We have courses (e.g., SOS) and engineering projects. Students should only see their own environments or environments of a small assigned group (2 people max).
Is there a way to configure per-user tenants or policies? If not, can you recommend an alternative structure so students only see their own instances without complex administration?
Thank you
Best regards, Peter
Beta Was this translation helpful? Give feedback.
All reactions