Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block api calls to other sites - related ticket https://trello.com/c/… #341

Merged

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
@@ -21,6 +21,15 @@ module.exports = {
pathRewrite: {['^' + apiPath]: '/api'},
onProxyReq: (proxyReq, req, res) => {

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 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.

None yet

3 participants