Commit 6fbdda9
[4.19] server, api, ui: access improvements and assorted fixes (#22)
* server, api, ui: access improvements and assorted fixes
Fixes domain-admin access check to prevent unauthorized access.
Co-authored-by: Fabricio Duarte <[email protected]>
Co-authored-by: nvazquez <[email protected]>
Co-authored-by: Abhishek Kumar <[email protected]>
* Revert "server: refactor listNetworks api database retrievals (#9184)"
This reverts commit c7f1ba5.
* Fix snapshot chain being deleted on XenServer (#9447)
Using XenServer as the hypervisor, when deleting a snapshot that has a parent, that parent will also get erased on storage, causing data loss. This behavior was introduced with #7873, where the list of snapshot states that can be deleted was changed to add BackedUp snapshots.
This PR changes the states list back to the original list, and swaps the while loop for a do while loop to account for the changes in #7873.
Fixes #9446
* UI: Display Firewall, LB and Port Forwading rules tab for CKS clusters deployed on isolated networks (#9458)
---------
Co-authored-by: nvazquez <[email protected]>
Co-authored-by: Fabricio Duarte <[email protected]>
Co-authored-by: João Jandre <[email protected]>
Co-authored-by: Pearl Dsilva <[email protected]>1 parent d541e90 commit 6fbdda9
File tree
2 files changed
+97
-113
lines changed- server/src
- main/java/com/cloud/network
- test/java/com/cloud/user
2 files changed
+97
-113
lines changed
0 commit comments