-
Notifications
You must be signed in to change notification settings - Fork 52
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
Full list of required rights #139
Comments
Got through that error by adding the
|
That error is solved by adding the
|
the above is still failing but I've identified |
hi @mgaruccio Catalog Author (Role) Let us know if adding this list of rights resolves the problem. Please refer to the documentation here for more information https://vmware.github.io/container-service-extension/#sysadmin |
Those are all configured with the exception of the "Catalog Item" rights, which don't seem to exist in the current release of 9.5, however I did confirm that a user with full System Administrator rights is able to successfully deploy CSE and does not have those rights listed. Current rights for the account are:
|
The names of rights have possibly been renamed in the new release. If you have figured out the minimum rights needed to install cse, could you post them here ? We will update the documentation soon for the latest vCD version 9.5. |
I'm still trying to determine the minimum rights, is there anyone at VMWare who can tell me which right is required to reach the |
Ok so the missing right there was |
@mgaruccio Were you able to get through the create_template() call ? Just wanted to follow up on that. |
No I'm still trying to narrow down the correct set of permissions. currently it's failing when trying to access the vapp template. |
Hi @mgaruccio Catalog: Add vApp from My Cloud |
@mgaruccio |
Hi, Validating config file 'config.yaml' During handling of the above exception, another exception occurred: Traceback (most recent call last): As is stated above, I've tried with System Administrator account in order to run the cluster smoothly, but no success. Tried via CentOS installed on the same environment, Internet enabled, every prerequisite before CSE installation is OK, I hope. Also tried with Organization Admin account, but CSE installer cannot login to vcloud. IMHO this is not related to missing permissions because of Admin account used here? |
@harshneelmore unfortunately I haven't had the opportunity to give it a shot yet, it looks like my lab has some permissions issues beyond what we were seeing here that are causing at least some of the issues I was seeing. @yankostefanov if you are not able to deploy using a system administrator account than permissions are not the problem, I was able to deploy without an issue using an admin-level account. You may want to check the sharing settings on your catalog or post a new issue. |
Actually the missing item here is: In Admin Catalog there is such record: But for some reason the same Link rel is missing for https://ode.teluscloud.com/api/catalog/ Any ideas? |
Last we investigated this issue, we found that vCD sends back admin labeled links only when logged in as sys admin. Pyvcloud/cse can only find the item if the admin link exists. We have not decided on a timeline to fix this issue, as it involves coordination with vCD team. The workaround for now is to install CSE using system administrator. @rocknes , can you look over this and check if I missed anything or explained something incorrectly? |
I am trying to set up a role with minimum required privileges for the CSE service per the list of roles and rights in the documentation and having a bit of trouble. If I run the install with a system administrator account it works fine but if I attempt it with the limited account it fails. I was able to get through the first error by adding the
Extensions: View
permission but I am now getting the error below when trying to run the install.The text was updated successfully, but these errors were encountered: