Skip to content

🔒 Remove hardcoded database credentials in setup_db.sh - #9

Open
LeandroPG19 wants to merge 1 commit into
mainfrom
fix-security-credentials-setup-db-16425616181098118153
Open

🔒 Remove hardcoded database credentials in setup_db.sh#9
LeandroPG19 wants to merge 1 commit into
mainfrom
fix-security-credentials-setup-db-16425616181098118153

Conversation

@LeandroPG19

Copy link
Copy Markdown
Owner

🎯 What:

Fixed the hardcoded database credentials in the setup_db.sh script.

⚠️ Risk:

Hardcoding credentials, even in setup scripts, is a security risk as users often deploy with default values, leading to unauthorized database access.

🛡️ Solution:

  • Removed the hardcoded password contraseña and now require it to be passed via the DB_PASS environment variable.
  • Added a check that exits the script with an error and usage instructions if DB_PASS is not set.
  • Enhanced the script to allow overriding the database user, host, and port through environment variables (DB_USER, DB_HOST, DB_PORT) while keeping the original defaults for backward compatibility.
  • Maintained the precedence of positional arguments over environment variables for host and port configuration.

PR created automatically by Jules for task 16425616181098118153 started by @LeandroPG19

- Replace hardcoded `DB_USER` and `DB_PASS` with environment variable lookups.
- Add a mandatory check for the `DB_PASS` environment variable.
- Update `DB_HOST` and `DB_PORT` to be configurable via environment variables or positional arguments.
- Maintain original defaults for `DB_USER` and `DB_PORT` to ensure backward compatibility.

Co-authored-by: LeandroPG19 <151863062+LeandroPG19@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

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