🚨 [P0] Secrets en clair dans docker-compose.yml #1
Labels
No labels
P0-critical
P1-high
P2-medium
P3-low
UX
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
performance
question
security
tech-debt
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
SlopVibe-org/nutri-food#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problème
Le fichier
docker-compose.ymlcommité dans le repo contient des secrets en clair :JWT_SECRETSMTP_PASSMême en repo privé, c'est une mauvaise pratique. Tout accès au repo = accès aux credentials.
Fix
.env(déjà dans.gitignore)${VARIABLE}dans docker-compose.ymlFichier concerné
docker-compose.ymllignes 10-11