feat(server-nestjs): add Sécurité role to project system - #2677
Open
shikanime wants to merge 1 commit into
Open
Conversation
4 tasks
shikanime
marked this pull request as draft
September 4, 2026 10:13
shikanime
marked this pull request as ready for review
September 4, 2026 10:16
shikanime
force-pushed
the
feature/security-role
branch
from
September 4, 2026 10:22
f10f1c3 to
0c0b827
Compare
StephaneTrebel
previously approved these changes
Sep 7, 2026
shikanime
force-pushed
the
feature/security-role
branch
from
September 8, 2026 15:43
0c0b827 to
7c188a6
Compare
shikanime
enabled auto-merge
September 8, 2026 15:43
shikanime
force-pushed
the
feature/security-role
branch
from
September 9, 2026 08:48
7c188a6 to
3f23c1f
Compare
Signed-off-by: William Phetsinorath <[email protected]> Change-Id: I57d3e8b3b12000b340d24c54e8223a446a6a6964
shikanime
force-pushed
the
feature/security-role
branch
from
September 9, 2026 09:05
3f23c1f to
ec51aae
Compare
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (24.10% Estimated after merge)
Issues liées
#2676
Quel est le comportement actuel ?
Le système de rôles de projet n'a pas de rôle « Sécurité » dédié aux tâches de sécurité (audit, monitoring des secrets).
Les rôles existants sont :
Quel est le nouveau comportement ?
SEE_SECRETS | LIST_ENVIRONMENTS | LIST_REPOSITORIES/${slug}/console/securityCe rôle permet aux équipes de sécurité d'accéder aux informations sensibles nécessaires à l'audit et au monitoring sans avoir accès aux opérations de développement.
Cette PR introduit-elle un breaking change ?
Non. Cette PR est rétrocompatible, les rôles existants conservent leurs permissions et leurs positions.
Autres informations
Tests : Les 61 tests du module projet (8 fichiers) passent.
Migration : Aucune migration requise pour les projets existants.