Closed Jaybee18 closed 1 month ago
Hi @Jaybee18 the best would be to contact service@open-telekom-cloud.com and ask them what should be returned by this api call.
@anton-sidelnikov @Jaybee18
To my knowledge there are 2 APIs. Seems current implementation returns the "builtin" roles/policies (/v3/roles
)
But there is another one (/v3.0/OS-ROLE/roles
), which returns the custom roles/policies
Hello @anton-sidelnikov and @sekoban,
Thank you for the response. I am also aware of the v3-v3.0-endpoint-thing, I had to take it into account while developing our developer platform a few times. I will write the service and ask them what this command should return according to them.
So, at least we know that v3.0 endpoints not covered by our sdk-cli, need to put it in our development plan.
Not yet released
Hi @Jaybee18, On latest version (0.32.1) of otce you can use:
openstack iam custom role list
I don't really know if this is in the scope of this project. If not, just close this issue.
When running
Only built-in roles are returned:
But I would like to also get the user-defined roles and policies. The example in the documentation suggests, that custom roles will also be listed. Is this a mistake or am I using the cli wrong?