-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christoph Wolfes
committed
Feb 9, 2021
1 parent
47a9d73
commit bf5f024
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Permission Template | ||
|
||
The permission template is a mechanism in sonar to setup project permissions. The default template will be changed | ||
during the dogu startup to ensure that the CES_ADMIN group has access to administer new created projects. The following | ||
permissions will be set (admin codeviewer issueadmin securityhotspotadmin scan user ) this setup can be verified | ||
(Administration -> Security -> Permisssion Templates). *see setup.json for further details* | ||
|
||
![default template overview][assets/default_template_ces_admin_permissions.png] | ||
|
||
Apart from project permissions there are some global permission, these permission will be set up during | ||
start up as well. Defined global permissions for the CES_ADMIN group will be (admin profileadmin gateadmin provisioning) | ||
|
||
The permissions for projects created without correct CES_ADMIN group permissions can be changed later using a specific etdkey. | ||
(set `amend_projects_with_ces_admin_permissions` to `all` -> restart sonar -> CES_ADMIN group will be added to all projects). | ||
The Implementation uses the sonar api endpoint `permissions/add_group`. |