Skip to content

Conversation

AnaJotta
Copy link

@AnaJotta AnaJotta commented Oct 4, 2025

🔒 Problem

The repository contains .env files (gateway.env, itest.env, userservice.env) with sensitive information such as OAuth secrets, Redis passwords, and database credentials.

🧩 Solution

  • Removed .env files from version control.
  • Added .env.example templates for each service.
  • Updated .gitignore to prevent committing real environment files.

⚠️ Note

The previous secrets still exist in the Git history.
It is recommended to use a tool like bfg-repo-cleaner to remove them permanently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant