Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Conversation

@nlsvgtr
Copy link
Contributor

@nlsvgtr nlsvgtr commented May 18, 2022

Description

The frontend proxies requests to the API server. Currently that proxy can be used to send API requests for other websites then the current. That should not be so.

Fixes issue

https://trello.com/c/zRxVliEP

Type of change

Bugfix

Documentation

N/A

Tests

Only locally

nlsvgtr and others added 9 commits February 3, 2022 13:41
Due to an update in the default repositories in the underlying `alpine` image, `python` no longer refers to the correct version for our build. Changing it to `python3` will allow the build to complete succesfully.

Ideally we'd update to version 18 straight away, but that seems a bit less straightforward. Updating to version 16 (which has security support until september 11th 2023) buys us time to come up with a good strategy to upgrade further.
@nlsvgtr nlsvgtr requested a review from Badmuts August 16, 2022 10:18

const siteId = req.data.global.siteId;
let path = req.path;
let match = path.match(/\/api\/site\/(\d+)\//);
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be better to make the latest slash optional so it also matches this record:

/api/site/12

Regex: \/api\/site\/(\d+)\/?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point. Fixed.

…mage-proxy-for-loading

Use direct links to fetch images in filepond
…-in-participatory-budgeting-widget

Turn on inline authentication in participatory-budgeting-widget
…sterdam/openstad-frontend into bugfix/block-api-calls-to-other-sites
@nlsvgtr nlsvgtr merged commit f662f6e into openstad:development Aug 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants