-
Notifications
You must be signed in to change notification settings - Fork 898
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
"Add New Cloud Volume" dialog does not restrict cloud tenants for non-admins users. #14836
Comments
@lpichler |
Hi @lpichler This code work for me:
|
@lpichler but all this PRs and my overrides does not help to create volume from ManageIQ because of this piece of code from "def create" function:
For cloud volumes ext_management_system is Cinder Manager but not Cloud Provider. In this way all may request for creating volumes is stuck in "creating" state because of wrong ems for this operation: |
@ITD27M01 Thank you for your feedback.
RBAC is not only about tags, it is also about tenancy and other filters. #14836 (comment) #14836 (comment) : |
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
@ITD27M01 is this still a valid issue. If not can you close. |
Closing issue. If you feel the issue needs to remain open, please let me know and it will be reopened. |
Hi guys, for restricted users that should have access only to owned cloud tenant there is ability to select cloud tenants during cloud volume provisioning. Even those that the user should not see. In my environment there is OpenStack Newton with v3 api as a Cloud Provider with cloud tenants synchronization. And Cinder as a Volume Storage Provider.
The text was updated successfully, but these errors were encountered: