Skip to content

Fix #10966 adjusted many requests to include headers#11133

Merged
tdipisa merged 3 commits intogeosolutions-it:masterfrom
MV88:10966_updates_charts_legend
Jun 6, 2025
Merged

Fix #10966 adjusted many requests to include headers#11133
tdipisa merged 3 commits intogeosolutions-it:masterfrom
MV88:10966_updates_charts_legend

Conversation

@MV88
Copy link
Copy Markdown
Contributor

@MV88 MV88 commented May 22, 2025

Description

This PR is including almost all changes (some of them were already in master branch) from:

Please check if the PR fulfills these requirements

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

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

What is the current behavior?

Fix #10966

What is the new behavior?

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

@MV88 MV88 added this to the 2025.02.00 milestone May 22, 2025
@MV88 MV88 requested a review from allyoucanmap May 22, 2025 10:57
@MV88 MV88 self-assigned this May 22, 2025
useEffect(() => {
const authMethod = getAuthenticationMethod(src);

const headers = getAuthorizationBasic(props?.layer?.security?.sourceId);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please move this inside the else if (props?.layer?.security?.sourceId) { statement because this is needed only in the case

@MV88 MV88 requested a review from allyoucanmap June 5, 2025 16:23
@tdipisa
Copy link
Copy Markdown
Member

tdipisa commented Jun 6, 2025

@ElenaGallo please repeat the same functional tests on DEV instance.

@tdipisa tdipisa merged commit ba544ec into geosolutions-it:master Jun 6, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Insert credentials at runtime when connecting to secured services

3 participants