You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use CLI defined password in portainer deployment. We hash the password using bcrypt and print it directly into docker-compose.yml as shown below.
The problem is that this does not work for out production password that is a bit longer and contains numbers. It works on shorter password (also with numbers).
The text was updated successfully, but these errors were encountered:
katomaso
changed the title
Portainer seems to be unable to use longer passwords (or more complicated passwords)
[Portainer] seems to be unable to use longer passwords (or more complicated passwords)
May 2, 2023
Currently, we use CLI defined password in portainer deployment. We hash the password using
bcrypt
and print it directly into docker-compose.yml as shown below.The problem is that this does not work for out production password that is a bit longer and contains numbers. It works on shorter password (also with numbers).
The text was updated successfully, but these errors were encountered: