Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile IMMUDB_ADMIN_PASSWORD not support #1776

Open
martin-matj opened this issue Aug 19, 2023 · 1 comment
Open

Dockerfile IMMUDB_ADMIN_PASSWORD not support #1776

martin-matj opened this issue Aug 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@martin-matj
Copy link

**IMMUDB_ADMIN_PASSWORD not support **

I hope this can be supported in the docker compose file

environment:
- IMMUDB_ADMIN_PASSWORD = "Wos!#$$"

linux

thanks!

@martin-matj martin-matj added the bug Something isn't working label Aug 19, 2023
@martinjirku
Copy link
Contributor

I've tried it and the IMMUDB_ADMIN_PASSWORD worked for me in the docker-compose.

However, the Variable substitution of docker-compose could be an issue in your case. So your password gets transformed from Wos!#$$ to Wos!#$ by docker-compose. If you want to login with Wos!#$$, you need to specify the password in docker-compose file like this Wos!#$$$$.

See the gist for more details, on how I've configured the docker-compose: https://gist.github.com/martinjirku/cb09b13dcecdcb5b5d70ef44424a0ca9

I've tried to login with the immuadmin login immudb or the go run main.go with the provided password and both worked well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants