lucas-a-martins opened a new pull request, #9969:
URL: https://github.com/apache/cloudstack/pull/9969

   ### Description
   
   When using the `cloudstack-setup-databases` command during the database 
setup process, some additional users are created. Since the standard procedure 
involves creating and configuring database users prior to the ACS setup, these 
extra users are not used. Moreover, the additional users created by 
`cloudstack-setup-databases` are granted excessive permissions, requiring 
operators to manually delete them.
   
   This PR introduces a new optional parameter, `--skip-users-auto-creation`. 
By using this parameter, ACS will skip the automatic creation of these 
additional users.
   
   ### 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)
   - [x] 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
   
   - [ ] Major
   - [x] Minor
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   After executing the `cloudstack-setup-databases` with the new flag, I 
checked the database users and, as expected, no new users were created. I then 
repeated the procedure without the new flag, and the extra users were created 
as usual.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to