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

bcrypt error reported during opensearch configuration #470

Closed
verdurin opened this issue Nov 7, 2024 · 2 comments
Closed

bcrypt error reported during opensearch configuration #470

verdurin opened this issue Nov 7, 2024 · 2 comments

Comments

@verdurin
Copy link

verdurin commented Nov 7, 2024

Noticed this while site.yml was running:

TASK [opensearch : Template internal user configuration] *************************************************************************************************************************************************************************************
(trapped) error reading bcrypt version
Traceback (most recent call last):
  File "/home/<home directory>/src/github/ansible-slurm-appliance/venv/lib64/python3.8/site-packages/passlib/handlers/bcrypt.py", line 620, in _load_backend_mixin
    version = _bcrypt.__about__.__version__
AttributeError: module 'bcrypt' has no attribute '__about__'
@sjpb
Copy link
Collaborator

sjpb commented Nov 8, 2024

This is not fatal. It is this, which needs ansible/passlib changes to resolve.

@verdurin
Copy link
Author

verdurin commented Nov 8, 2024

Okay thanks, I'll close.

@verdurin verdurin closed this as completed Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants