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

feat[bckend-proxy-middleware]: Added Nginx as a reverse proxy for API requests and implemented a middleware to filter API requests based on user roles. #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shikharpa
Copy link
Collaborator

@shikharpa shikharpa commented Apr 8, 2024

This pull request implements Nginx as a reverse proxy for API requests and introduces a middleware to filter API requests based on user roles. This enhances the security and efficiency of the backend by ensuring that only authorized users can access certain API endpoints.

  • Added Nginx as a reverse proxy for API requests to improve security and performance.
  • Implemented a middleware that filters API requests based on user roles, ensuring that only authorized users can access certain API endpoints.

Summary

  • Tested (Must)
  • Test Case added
  • Build Successful (Must)
  • Sufficient Code comments added (Must)
  • Attached Screenshots / Videos
  • All Relevant Documents added

Depends on

@shikharpa shikharpa marked this pull request as ready for review April 8, 2024 06:44
nginx/nginx.conf.dev Outdated Show resolved Hide resolved
@shikharpa shikharpa force-pushed the feat/add-nginix-proxy-and-admin-user-middleware branch from f80c38e to f913c6b Compare April 11, 2024 12:18
@shikharpa shikharpa marked this pull request as draft April 11, 2024 12:23
… requests and implemented a middleware to filter API requests based on user roles.
@shikharpa shikharpa force-pushed the feat/add-nginix-proxy-and-admin-user-middleware branch from f913c6b to 1175295 Compare April 11, 2024 13:55
@shikharpa shikharpa marked this pull request as ready for review April 11, 2024 14:00
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.

3 participants