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

chores: Removes external IP from reNgine ui #1350

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

yogeshojha
Copy link
Owner

This pull request removes the AWS external IP check that was previously executed on every page of reNgine. This check was implemented in the Django context preprocessor, causing it to run unnecessarily often and potentially impacting performance.

If the external IP information is still needed in specific areas of the application, we should implement a more targeted approach, fetching it only when necessary rather than on every page load. But fetching external IP on a webpage after its logged in doesn't make any sense.

Copy link
Contributor

👋 Hi @yogeshojha,
Thank you for sending this pull request.
Please make sure you have followed our contribution guidelines.
We will review this PR as soon as possible. Thank you for your patience.

@yogeshojha yogeshojha merged commit cc2ef57 into release/2.2.0 Jul 31, 2024
3 checks passed
@yogeshojha yogeshojha changed the title Removes external IP from reNgine ui chores: Removes external IP from reNgine ui Aug 31, 2024
@yogeshojha yogeshojha deleted the 1347-bug-remove-external-ip-from-web-ui branch September 14, 2024 02:01
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.

1 participant