Skip to content

Conversation

@jakob1379
Copy link

@jakob1379 jakob1379 commented Dec 3, 2025

This PR ensures that the generated passphrases have a consistent length.

During the docker compose, some service complained that the secret were too long, which is caused by the python -c "import secrets; print(secrets.token_urlsafe(32)) which is in bytes, not characters.

@github-actions github-actions bot added the docs label Dec 3, 2025
@tiangolo
Copy link
Member

Which services complained?

@jakob1379
Copy link
Author

I believe it was adminer

@github-actions github-actions bot removed the waiting label Jan 22, 2026
@tiangolo
Copy link
Member

Strange, as adminer doesn't take any secrets of its own, only the ones from Postgres 🤔

I would say, we could close this one and wait for someone else to bump into this (or you if it happens), so that I can replicate the issue and confirm this is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants