-
Notifications
You must be signed in to change notification settings - Fork 325
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
[feat] Allow configuring argon2id parameters #4291
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echoes-hq
bot
added
the
echoes: technical-roadmap/security
More specific category, to highlight task that tackle security requirements.
label
Oct 10, 2024
zebot
added
the
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
label
Oct 10, 2024
elland
commented
Oct 10, 2024
libs/wire-subsystems/src/Wire/AuthenticationSubsystem/Interpreter.hs
Outdated
Show resolved
Hide resolved
fisx
reviewed
Oct 10, 2024
libs/wire-subsystems/src/Wire/AuthenticationSubsystem/Interpreter.hs
Outdated
Show resolved
Hide resolved
libs/wire-subsystems/test/unit/Wire/MockInterpreters/HashPassword.hs
Outdated
Show resolved
Hide resolved
…ord.hs Co-authored-by: Matthias Fischmann <mf@zerobuzz.net>
fisx
reviewed
Oct 10, 2024
libs/wire-subsystems/src/Wire/AuthenticationSubsystem/Interpreter.hs
Outdated
Show resolved
Hide resolved
Always make sure the options from the server config are used if /a.
fisx
requested changes
Oct 11, 2024
elland
force-pushed
the
configurable-argon
branch
from
October 14, 2024 07:05
2360f08
to
1f4d18e
Compare
fisx
reviewed
Oct 14, 2024
- passwordHashingOptions are no longer optional in settings, expect helm chart to have set the right defaults. - Brig.Provider.DB no longer hashes password, it expects hashed password to be passed in. Functions at higher level call HashPassword effect. These will eventually move to AuthenticationSubsystem (or something similar for providers)
Optimize for test run time, not security.
Was here to inspect CI env.
akshaymankar
changed the title
[feat] Make Argon parameters configurable through config options
[feat] Allow configuring argon2id parameters
Oct 16, 2024
Reorg changelog, so important things go on top.
fisx
reviewed
Oct 21, 2024
fisx
reviewed
Oct 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notes to self:
- need to review changes to server options more closely?
- are the settings correct everywhere?
- do they always match between brig, galley?
- is the error mapping unchanged whereever possible?
elland
force-pushed
the
configurable-argon
branch
from
October 21, 2024 13:35
e25a8f1
to
9940aaf
Compare
fisx
reviewed
Oct 21, 2024
libs/wire-subsystems/src/Wire/AuthenticationSubsystem/Interpreter.hs
Outdated
Show resolved
Hide resolved
fisx
approved these changes
Oct 21, 2024
This was referenced Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
echoes: technical-roadmap/security
More specific category, to highlight task that tackle security requirements.
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://wearezeta.atlassian.net/browse/WPB-9746
Checklist
changelog.d