-
Notifications
You must be signed in to change notification settings - Fork 9
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
CORE-18168: Add Kafka payload and config to support changing user password #1356
CORE-18168: Add Kafka payload and config to support changing user password #1356
Conversation
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.
PR title failed to match regex -> ^((CORDA|EG|ENT|INFRA|CORE|DOC|ES)-\d+)(.*)
Scanning for breaking API changes introduced by this PR Scan Succeeded |
Jenkins build for PR 1356 build 6 Build Successful: |
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.
PR title failed to match regex -> ^((CORDA|EG|ENT|INFRA|CORE|DOC|ES)-\d+)(.*)
4e9b4db
to
d1173a8
Compare
data/config-schema/src/main/resources/net/corda/schema/configuration/rbac.1.0/corda.rbac.json
Outdated
Show resolved
Hide resolved
Signed-off-by: TomFitzpatrick <[email protected]>
Signed-off-by: TomFitzpatrick <[email protected]>
Signed-off-by: TomFitzpatrick <[email protected]>
… of expiry logic Signed-off-by: TomFitzpatrick <[email protected]>
9084d65
to
bf53639
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM
Creates
These will be used to allow users to change their own password, and for an admin to change a particular user's password.
This also adds new config settings related to password expiry, specifically, default values for how long a password should last before expiring depending on whether a user or an admin changed the password.