-
Notifications
You must be signed in to change notification settings - Fork 669
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
SOLR-17540: Remove Hadoop Auth Module #2835
Open
epugh
wants to merge
42
commits into
apache:main
Choose a base branch
from
epugh:SOLR-17540
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 33 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
d1c5e55
Remove the hadoop-auth module from source
epugh af5a296
Remove build tooling integrations
epugh 9b533ed
Remove from login screen.
epugh 480f8f7
First path of removing related docs
epugh b5e6cff
Missed this core file
epugh 72f4457
Light edits to get ref guide build to pass
epugh a86505e
Remove hadoop version
epugh b46987f
Precommit told me to regenerate versions.lock after removing hadoop-auth
epugh b7e33ca
Post 'checkUnusedConstraints' step
epugh e6ca759
Post updateLicenses step
epugh 4bf733b
Remove no longer required libraries.
epugh 9569b95
Respond to feedback
epugh fb3a0e0
One last eradication
epugh 83a5d05
Proper way to change htaccess.
epugh 760b0c9
Respond to warning from build
epugh 029dc5b
Restore some permissions that are used by the HDFS module
epugh a2cba05
Back out change, we have another JIRA to cover this work.
epugh 90316c3
Format fix
epugh 59e28b0
Merge remote-tracking branch 'upstream/main' into SOLR-17540
epugh d8fd76d
update from main
epugh 0ce563e
Merge remote-tracking branch 'apache/main' into fork/epugh/SOLR-17540
malliaridis 1b8894e
Update locks and sync commons-text version downgrade
malliaridis 70754d8
Remove unused dependencies from catalogs
malliaridis 336f0d3
Merge remote-tracking branch 'upstream/main' into SOLR-17540
epugh 0189004
Merge remote-tracking branch 'upstream/main' into SOLR-17540
epugh d8b3d00
Strip out kerberous support in Auth tool.
epugh 9f8f9c5
Strip kerberos out of the hdfs module
epugh fd24abc
Remove Kerberos specific functions from HttpSolrClient
epugh 30f4bd6
Doc cleanups
epugh 930d17f
Strip out Kerberos
epugh a3a8acc
useShortName was only implemented in Kerberos, so remove it.
epugh 3ed7ddf
No longer support Kerberos for Solr on HDFS
epugh b42274e
Track that Kerberos has been removed
epugh 7de517b
Align changes to both files to reflect each other.
epugh 66d5d1d
Revert "No longer support Kerberos for Solr on HDFS"
epugh 716ee09
restore removed docs that are still relevant
epugh 5425d73
Restore permissions needed by hdfs and crossdc
epugh dfe667f
Merge remote-tracking branch 'upstream/main' into SOLR-17540
epugh a20d775
Simplify method signature
epugh 69d5831
Update major-changes-in-solr-10.adoc
epugh 6ca7d16
Track changes
epugh 8ba85f5
Backout changes to HDFS and kerberos security.
epugh 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 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 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 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 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 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 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 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 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 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.
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.
solr-tests.policy and security.policy need to be kept in sync, mostly. It's annoying. So I see you touched one in one way and the other in another way.