Issue ID:
Type
Feature
Title:
FIX: Require Deploy_Scripts in addition to Manage_Application task for editing database connections in application
Created:
1/31/2023 3:32:26 AM by Alex
Status:
Completed on 2/9/2023 2:55:59 PM
Last pulled:
2/10/2023 11:01:14 PM
Description:
*The loss of this behavior (BM-3044) is a regression from BuildMaster 6.2. We need to add it back, and document in code/docs as appropriate.* The "Manage Application" privilege is what's used for viewing and editing database connections. It is not scopable by environment, which means that you can't block developers from viewing/editing connections to Production databases. Although it may be "less than ideal", we can also require the Deploy_Scripts feature as well, which is scopable by environment.