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

Certificate-based Mutual TLS Authentication #1726

Open
nidhin077 opened this issue Oct 1, 2024 · 0 comments
Open

Certificate-based Mutual TLS Authentication #1726

nidhin077 opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nidhin077
Copy link

Feature Description:

Mutual TLS (mTLS) is a method of mutual authentication that ensures both parties in a network connection are verified as legitimate. It works by confirming that both sides possess the correct private key, while also using the information within their respective TLS certificates for further verification. This process helps secure the connection by confirming the identities of both the client and the server, ensuring they are who they claim to be.

Solution:

We need to implement MTLS (Mutual TLS) in OneUptime, as our URLs require this feature for secure access. Currently, the URLs can't be accessed directly, as we need to provide both the key and certificate along with the URL. It would be beneficial to enhance the UI by enabling the option to pass the key and certificate directly, allowing seamless access to these secure URLs.

Similar examples:
louislam/uptime-kuma#139
statping/statping#597

@nidhin077 nidhin077 added the enhancement New feature or request label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant