Skip to content

Conversation

@dsuren1
Copy link
Contributor

@dsuren1 dsuren1 commented Nov 4, 2025

Description

This PR implements the proposal for requests rules using requestsConfigurationRules

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Enhancement

Issue

What is the current behavior?

What is the new behavior?

  • Introduces the new requestsConfigurationRules
  • Deprecates the old authenticationRules
  • Refactors requests rules workflow and logic

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

* master:
  Hardening and cleaning up the UploadPluginController code (#11623)
  Bump version of babel packages (#11606)
  Fix: #11403 In Dashboard , When table widget is connected to map and saved the app crashes (#11475)
Copy link
Contributor

@giohappy giohappy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dsuren1 there a list of things to complete.

I will use the term "patch" to mean inflated with the dynamic params or headers.

  1. Some requests are not being patched. From my test, I see at least the following:
    • WPS DescribeProcess
    • WFS GetCapabilities
  2. Cesium requests are not patched.
    • When I load a 3dtiles in 3D View the tileset.json request made by Cesium in not pacthed
    • I suppose this is true in general, and we probably need to use Cesium.Resource.ConstructorOptions

…request

* commit 'a0da62e93ec7c7f9049c3343e410d4bea1db33c1':
  Update User Guide - Itinerary plugin (#11768)
  Fix the dashboard save, legend dependency and maximize issue (#11715)
  Update User Guide - Isochrone plugin (#11769)
  #11525 - Improve Maps in Dashboards (#11625)
  Update User Guide - Cascading search filter (#11766)
  Update User Guide - Show the current time and Null values options on Chart Widget (#11764)
  Fix #11754 - Moved assemply to bin-war module (#11761)
  Update User Guide - 3D Tiles imagery layers (#11758)
  Update User Guide - Update Tags menu section (#11756)
  Fix #11748 Access Restrictions for Maps Created from Unadvertised Contexts (#11752)
@dsuren1 dsuren1 requested a review from allyoucanmap December 4, 2025 15:15
@dsuren1 dsuren1 assigned allyoucanmap and unassigned dsuren1 Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement dynamic request configurations

4 participants