Commit 62aaeb4
Fix default setting for hash algorithm for FAB password hash (#51858)
The dpgaspar/Flask-AppBuilder#2332 introduced
new configuration parameter, where it defaulted hash algorithm for
passwords to "scrypt". However with our (old) version of Werkzeug,
scrypt is not supported and default should be set to "pbkdf2:sha256"
Fixes: 51854
GitOrigin-RevId: 7cecc66069a2588dfaba95a030f09076552c4c681 parent 0d6638d commit 62aaeb4
File tree
1 file changed
+2
-0
lines changed- providers/fab/src/airflow/providers/fab/auth_manager/security_manager
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| 787 | + | |
787 | 788 | | |
788 | 789 | | |
789 | 790 | | |
790 | 791 | | |
791 | 792 | | |
792 | 793 | | |
| 794 | + | |
793 | 795 | | |
794 | 796 | | |
795 | 797 | | |
| |||
0 commit comments