BfArM-MVH/grz-tools

Database configuration masks password with `***`

Open

#622 opened on Jun 22, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (12 forks)auto 404
good first issuepriority: lowtype: bug

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

in https://github.com/BfArM-MVH/grz-tools/blob/867fc1d439f682cf574a65b64d700e98c6d802bc/packages/grz-db/src/grz_db/models/submission/__init__.py#L574:

str(self.engine.url) masks the password with stars ***. Therefore, the wrong password is being passed to sqlalchemy -> authentication fails.

Contributor guide