bernardodemarco opened a new pull request, #10702: URL: https://github.com/apache/cloudstack/pull/10702
### Description The PR #10273 granted access to 2FA-related APIs for the following roles: `Read-Only User - Default`, `Support User - Default`, `Read-Only Admin - Default`, and `Support Admin - Default`. It was targeted at the `4.19` branch and, as such, the corresponding SQL changes were added to the `schema-41910to41920.sql` file: https://github.com/apache/cloudstack/blob/d32065fd38a2b9216efa28a6890ae6dfc504daca/engine/schema/src/main/resources/META-INF/db/schema-41910to41920.sql#L25-L45 When the patch was merged (January 30, 2025), version `4.20.0.0` had already been released (December 2, 2024). Therefore, it's necessary to backport the #10273 changes to the `4.20` branch and include the SQL updates in the `schema-42000to42010.sql` database upgrade file. Thus, this ensures that environments currently running version `4.20.0.0` will receive the changes when upgrading to the next minor release (i.e., `4.20.1`). ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] build/CI - [ ] test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [ ] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [ ] Trivial ### Screenshots (if appropriate): ### How Has This Been Tested? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org