Commit 0aaa5df
committed
Fix default setting for hash algorithm for FAB password hash
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: 518541 parent 6b66380 commit 0aaa5df
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