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

[WFLY-13625] Security realms should support specifying the charset and encoding for credentials. #13548

Merged
merged 1 commit into from Jun 4, 2021

Conversation

SoniaZaldana
Copy link
Contributor

@wildfly-ci wildfly-ci added the deps-ok Dependencies have been checked, and there are no significant changes label Sep 10, 2020
@bstansberry bstansberry added Feature PR provides a new feature core-upgrade-needed PR requires a wildfly-core change to be merged and integrated first missing-reqs Features missing one or more of the pre-merge requirements 22.x labels Sep 10, 2020
@bstansberry bstansberry added 23.x and removed 22.x labels Dec 16, 2020
@SoniaZaldana SoniaZaldana force-pushed the WFLY-13625 branch 3 times, most recently from 745e6f5 to c6ef824 Compare February 4, 2021 16:47
@bstansberry bstansberry added 24.x and removed 23.x labels Feb 23, 2021
Copy link
Contributor

@fjuma fjuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just have a small documentation comment but the rest looks good to me. Am going to mark this one as approved.


The various password mappers allow loading multiples values from the database to reconstruct the password.
This information is then used to hash the client provided password to compare against the password reconstructed from the
database.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this could be reworded to something like:

The various password mappers allow loading multiples values from the database to hash the client provided password in order to compare against the password stored in the database.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @SoniaZaldana.

@darranl darranl mentioned this pull request Jun 3, 2021
@darranl
Copy link
Contributor

darranl commented Jun 3, 2021

@SoniaZaldana as discussed we have run into some failures with the new FilesystemRealmTestCase, we should be ready for you to rebase on master now to reproduce locally.

@SoniaZaldana
Copy link
Contributor Author

Thanks @darranl, I fixed the test failure and rebased.

@darranl
Copy link
Contributor

darranl commented Jun 4, 2021

Thank you @SoniaZaldana CI was clean.

@darranl darranl removed core-upgrade-needed PR requires a wildfly-core change to be merged and integrated first missing-reqs Features missing one or more of the pre-merge requirements labels Jun 4, 2021
@bstansberry bstansberry merged commit 68582dd into wildfly:master Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes Feature PR provides a new feature
Projects
None yet
5 participants