-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add Role Mapping Cleanup Security Migration #114830
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
Closed
Closed
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c23b783
Add security migration for cleaning up ECK role mappings
jfreden 157be76
Update docs/changelog/114830.yaml
jfreden c4ad317
fixup! Use new API for role mapping cleanup
jfreden dda3c77
fixup! Test
jfreden c6e54e6
fixup! Test
jfreden e018eaf
fixup! Refactor and add tests
jfreden 3a7e61f
fixup! Fix cleanup test
jfreden 8b50d79
fixup! Add comments
jfreden d3259d5
fixup! merge build.gradle
jfreden 7299d19
fixup! another build.gradle
jfreden 11f775a
fixup! Formatting
jfreden 97abe3c
fixup! comments
jfreden 4d4f412
Merge remote-tracking branch 'upstream/8.16' into add_eck_migration_8_16
jfreden 3974dce
fixup! Code review comments
jfreden 52146ed
fixup! Code review comment
jfreden e16279b
fixup! Spotless :(
jfreden 9c8efe3
fixup! Keep deleting even if something fails
jfreden 1db4315
Merge remote-tracking branch 'upstream/8.16' into add_eck_migration_8_16
jfreden 07db034
fixup! Use new constants
jfreden d23974f
fixup! Code review comments and bug fixes
jfreden 08c7d95
fixup! typo
jfreden 22ef3b7
fixup! test
jfreden 8762d9b
fixup! lint
jfreden 698b554
fixup! Tests
jfreden 3430c81
Use an enum to track status
jfreden 5a96adf
fixup! checkstyle issue
jfreden 2563993
Merge remote-tracking branch 'upstream/8.16' into add_eck_migration_8_16
jfreden 1709df1
Always include operator file
jfreden 1e01e08
Add another migration test suite
jfreden 90eb45f
fixup! Spotless
jfreden b86c0a8
fixup! Add assertion on migration status
jfreden ac9e6da
fixup! Skip calc + test
jfreden a91f37b
fixup! Review comments and test code
jfreden ce405e2
Merge remote-tracking branch 'upstream/8.16' into add_eck_migration_8_16
jfreden 304e105
fixup! Test
jfreden 1e65bf7
fixup! Bug
jfreden 9533f6f
Use index setting to track migration version index created on
jfreden d6e466b
fixup! line
jfreden 9112aba
fixup! Update name
jfreden a568a31
fixup! Add tests and review comments
jfreden 2ed011b
Revert "Use index setting to track migration version index created on"
jfreden e1bb9d0
fixup! name
jfreden 3160bd4
fixup! Too much revert
jfreden 9eb0dbe
fixup! Failing tests
jfreden 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: 114830 | ||
| summary: Add Role Mapping Cleanup Security Migration | ||
| 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
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.
These are not set to null anywhere in production code, but could be in the future (since constructor is public) and can in tests (as I found out).