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
When using function "password_hash", the following error occurs (on latest docker image, version "2.11.0-rc1"):
fatal: [xxxxx]: FAILED! =>
msg: Unable to encrypt nor hash, passlib must be installed. No module named 'passlib'. Unable to encrypt nor hash, passlib must be installed. No module named 'passlib'
Note: this can be fixed by manually changing into docker container and installing passlib like:
One additional question is, if a "rc" version should be tagged as "latest" because I would interpret the "latest" tag as latest stable version. Downgrading was not possible (likely because of the database being upgraded to 2.11).
Impact
Ansible (task execution)
Installation method
Docker
Database
MySQL
Browser
No response
Semaphore Version
v2.11.0-rc1
Ansible Version
No response
Logs & errors
No response
Manual installation - system information
No response
Configuration
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Issue
When using function "password_hash", the following error occurs (on latest docker image, version "2.11.0-rc1"):
Note: this can be fixed by manually changing into docker container and installing passlib like:
One additional question is, if a "rc" version should be tagged as "latest" because I would interpret the "latest" tag as latest stable version. Downgrading was not possible (likely because of the database being upgraded to 2.11).
Impact
Ansible (task execution)
Installation method
Docker
Database
MySQL
Browser
No response
Semaphore Version
v2.11.0-rc1
Ansible Version
No response
Logs & errors
No response
Manual installation - system information
No response
Configuration
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: