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: allow nginx apply mtls for a specific path #1587

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

HarryPaulo
Copy link

@HarryPaulo HarryPaulo commented Oct 14, 2024

For this change to work on the bench, it is necessary to analyze the frappe pull request:
frappe/frappe#28125

Currently, some integrations that work with sensitive data are required to use mTLS, for example integration with credit card companies, banks, fintechs...

mTLS consists of validating whether the client is using a valid certificate to access the service, but it is a two-way validation, in this case it validates the client and server certificates.

image

Requests to the URL "/api/secure/{methodname}" will require mandatory validation at both ends of the digital certificate, thus applying mTLS validation by nginx.

ssl_verify_client optional was chosen because this method does not impact other URLs.

Copy link

sonarcloud bot commented Oct 14, 2024

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.

1 participant