SOLR-18216 Fix documentation bug for jwt-auth blockUnkonwn#4374
Merged
janhoy merged 6 commits intoapache:branch_9xfrom Apr 29, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes reference-guide documentation around the JWT Authentication Plugin’s blockUnknown default, clarifying that it defaults to false (unauthenticated requests pass through unless explicitly blocked), and adds upgrade-note guidance for users who relied on the previously incorrect docs.
Changes:
- Correct
blockUnknowndefault documentation in the JWT plugin reference page and add a warning callout about the prior documentation error. - Add an upgrade-notes entry (Solr 9.11) advising users to explicitly set
"blockUnknown": trueif they relied on the incorrect documented default. - Add an unreleased changelog fragment for SOLR-18216.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc | Adds a Solr 9.11 upgrade note about the corrected blockUnknown default. |
| solr/solr-ref-guide/modules/deployment-guide/pages/jwt-authentication-plugin.adoc | Corrects blockUnknown default docs, updates callouts, and adds a warning about the prior incorrect default. |
| changelog/unreleased/SOLR-18216-jwt-blockUnknown-default-docs.yml | Adds changelog entry describing the documentation fix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
https://issues.apache.org/jira/browse/SOLR-18216
blockUnknownin the JWT Authentication Plugin fromtruetofalse(unauthenticated requests are passed through by default).[WARNING]callout in the plugin reference page alerting users to the previous documentation error."blockUnknown": true"is also the default".major-changes-in-solr-9.adocadvising users who relied on the wrong documented default to add"blockUnknown": trueexplicitly.