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

fix: Default password hashing algorithm depends on Werkzeug version #2306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

potiuk
Copy link
Contributor

@potiuk potiuk commented Feb 3, 2025

Older version of Werkzeug use different versions of algorithms. For Apache Airflow and other potential users that are stuck with Werkzeug that is < 2.3.0 - that version does not support scrypt, so this changed caused failures with "scrypt not supported" - but if you have Werkzeug >= 2.3.0, < 3.0.0.

Description

ADDITIONAL INFORMATION

  • Has associated issue:
  • Is CRUD MVC related.
  • Is Auth, RBAC security related.
  • Changes the security db schema.
  • Introduces new feature
  • Removes existing feature

@potiuk potiuk force-pushed the fix-hash-for-older-werkzeug-version branch from 8fd8ff5 to 876a36e Compare February 3, 2025 18:24
@potiuk potiuk changed the title Default password hashing algorithm depends on Werkzeug version (fix) Default password hashing algorithm depends on Werkzeug version Feb 3, 2025
@potiuk potiuk force-pushed the fix-hash-for-older-werkzeug-version branch from 876a36e to cf8d88f Compare February 3, 2025 18:28
@potiuk potiuk changed the title (fix) Default password hashing algorithm depends on Werkzeug version fix: Default password hashing algorithm depends on Werkzeug version Feb 3, 2025
Older version of Werkzeug use different versions of algorithms. For
Apache Airflow and other potential users that are stuck with Werkzeug
that is < 2.3.0 - that version does not support scrypt, so this
changed caused failures with "scrypt not supported" - but if you
have Werkzeug >= 2.3.0, < 3.0.0.
@potiuk potiuk force-pushed the fix-hash-for-older-werkzeug-version branch from cf8d88f to 0cfba07 Compare February 3, 2025 18:30
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

Successfully merging this pull request may close these issues.

1 participant