[GEODE-10618] Make named-query endpoint permissions consistent with region data endpoints - #8043
Merged
Merged
Conversation
…egion data endpoints
JinwooHwang
force-pushed
the
feature/GEODE-10618
branch
from
August 25, 2026 00:56
83e7a00 to
809b42b
Compare
marinov-code
approved these changes
Aug 26, 2026
JinwooHwang
added a commit
that referenced
this pull request
Sep 5, 2026
* [GEODE-10619] Remediation of CVE-2026-59296: Micrometer 1.15.12 to 1.16.7 (#8044) * [GEODE-10621] Remediation of CVE-2026-19032: Jackson 2.21.5 to 2.21.6 (#8048) * [GEODE-10622] Remediation of CVE-2026-47857: Reactor Core 3.6.10 to 3.8.7 (#8049) * [GEODE-10618] Make named-query endpoint permissions consistent with region data endpoints (#8043) * GEODE-10613: Add configurable export directories for export data (#8042) * GEODE-10612: Encode region path in Pulse region-detail error messages (#8041) When a region-detail request names a path that does not resolve, the region services return "Region [<path>] is not available" in the errorOnRegion field, which the Pulse UI displays. Paths containing characters such as '<' or '&' did not display correctly. * GEODE-10626: Add configurable output directories for export data (#8037) * GEODE-10624: Validate interest result policy message part before decoding (#8053) Read the register-interest policy part in the fixed-identifier form the client sends it in, and refuse a part in any other form before decoding. Adds unit and integration coverage for the policy part handling. * [GEODE-10623] Remediation of CVE-2026-64607: HttpClient5 5.4.4 to 5.6.4 (#8050)
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.
Make named-query endpoint permissions consistent with region data endpoints
For all changes, please confirm:
develop)?gradlew buildrun cleanly?