-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Fix error message when changing the password for a user in the file realm #127621
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
Open
ankit--sethi
wants to merge
22
commits into
elastic:main
Choose a base branch
from
ankit--sethi:feature/misleading-error-message
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fe01fd3
This PR addresses #113535 - a confusing error message when the user a…
ankit--sethi e4681be
Update docs/changelog/127621.yaml
ankit--sethi 7b5d0d5
Merge branch 'main' into feature/misleading-error-message
ankit--sethi 9efe82e
Merge branch 'main' into feature/misleading-error-message
ankit--sethi d3f5c35
Merge branch 'main' into feature/misleading-error-message
ankit--sethi aab001f
re-do the ticket in Continuation-passing style. Previous unanswered q…
ankit--sethi 885cfc7
Merge remote-tracking branch 'origin/feature/misleading-error-message…
ankit--sethi 96158ff
Merge branch 'main' into feature/misleading-error-message
ankit--sethi 8d39db9
link issue
ankit--sethi bf32356
accidental commit, reverting
ankit--sethi d0faee2
Update docs/changelog/127621.yaml
ankit--sethi 54889da
Merge branch 'main' into feature/misleading-error-message
ankit--sethi 3fc8aa9
try to check for membership in all non-native realms
ankit--sethi 76c1afc
Merge remote-tracking branch 'origin/feature/misleading-error-message…
ankit--sethi 448081d
[CI] Auto commit changes from spotless
elasticsearchmachine 028b2b8
improve checks to fix failing tests
ankit--sethi e40fd67
improve
ankit--sethi d0f7971
Merge remote-tracking branch 'origin/feature/misleading-error-message…
ankit--sethi 173032a
Merge branch 'main' into feature/misleading-error-message
ankit--sethi 099707e
improve
ankit--sethi 9f2d92c
Merge remote-tracking branch 'origin/main' into feature/misleading-er…
ankit--sethi 4c19a6f
Merge branch 'main' into feature/misleading-error-message
ankit--sethi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 127621 | ||
summary: Fix error message when changing the password for a user in the file realm | ||
area: Security | ||
type: bug | ||
issues: [] |
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
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
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
Oops, something went wrong.
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.
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.
Why only file realms? Couldn't we just do this for all realms?
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.
fair point, maybe we can? I'm gonna take a closer look to see if there are any gotchas to doing that.