Skip to content

Can't create DomainAdmin Account to Domain #10099

Answered by BryanMLima
hiblinux asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, @hiblinux

First, I just want to clarify how ACS checks if a given role has permission to create another account. It will check if the caller account has permission (i.e., allow) to all APIs in the role used by the target account.

Using a diff checker tool, I managed to encounter some inconsistencies, that would fail this verification. The following APIs are denied for the role Domain Admin L2 and are allowed for the role DomainAdmin:

  • createDiskOffering
  • createServiceOffering
  • deleteDiskOffering
  • deleteServiceOffering
  • updateDiskOffering
  • updateServiceOffering
  • updateConfiguration

Even though the type of the role Domain Admin L2 is Admin and the role Domain Admin is of type DomainAdmin,…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DaanHoogland
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #10096 on December 12, 2024 14:59.