RHEVM: Add a user to the internal domain
Hi
Is it possible to add a user to the "internal" domain possibly with read-only permissions ?
We have a number of scripts which interogate RHEV-M via the Rest API which we do using the admin/internal account but we would rather use a different, non AD based account.
Thanks
Responses
The internal domain is for the admin user only. If you need to manage multiple users, you will have to add a directory server using rhevm-manage-domains
If you really want to do this, I suggest using a proxy. With a proxy, you can restrict the HTTP Methods allowed (like GET only), and also have it masquerade the 'admin@internal' user. Going further, you could build a whole set of ACLs, allow 'em different methods and URLs, and its own user database!
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
