This repository was archived by the owner on Sep 30, 2024. It is now read-only.
chore: Init userpasswd provider where we initialize every other authn provider#64061
Merged
eseliger merged 1 commit intoJul 31, 2024
Conversation
This was referenced Jul 25, 2024
This was referenced Jul 25, 2024
Member
Author
This was referenced Jul 25, 2024
2c8eefc to
a21ba11
Compare
b1a7039 to
8202eb9
Compare
a21ba11 to
236a53b
Compare
4eba238 to
4eb55b6
Compare
ead8701 to
a5655e4
Compare
4eb55b6 to
7865ff1
Compare
a5655e4 to
bc77455
Compare
7865ff1 to
14845f5
Compare
pjlast
approved these changes
Jul 30, 2024
bc77455 to
5fb3e86
Compare
14845f5 to
1f5cf02
Compare
This was referenced Jul 30, 2024
5fb3e86 to
3863570
Compare
1f5cf02 to
1a7b2e4
Compare
3863570 to
edcb05b
Compare
1a7b2e4 to
6f191d6
Compare
edcb05b to
cc245dd
Compare
6f191d6 to
9d0d757
Compare
cc245dd to
2193422
Compare
9d0d757 to
c882243
Compare
Base automatically changed from
es/07-25-choreremoveglobalexternalurlwatcher
to
main
July 31, 2024 01:43
… provider Just a little cleanup which makes the main function a bit shorter and easier to understand that userpasswd is not different to other authn providers. Test plan: Authn with builtin still works in CI integration tests.
c882243 to
76e7780
Compare
This was referenced Aug 4, 2024
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Just a little cleanup which makes the main function a bit shorter and easier to understand that userpasswd is not different to other authn providers.
Test plan: Authn with builtin still works in CI integration tests.