Skip to content

EPP TLS support provides very minimal protection #582

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

Open
LiorLieberman opened this issue Mar 26, 2025 · 3 comments
Open

EPP TLS support provides very minimal protection #582

LiorLieberman opened this issue Mar 26, 2025 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@LiorLieberman
Copy link
Member

LiorLieberman commented Mar 26, 2025

What happened:
We currently default to self signed certificate.

Current implementations of the API are skipping CA validation by the client (the gateway) to the EPP. This does not meaningful security layer as there is no validation.

For example:

In istio, we have to add DestiationRule with insecureSkipVerify which does the same.

What you expected to happen:
There should be TLS validation, perhaps using backendTLSPolicy?

/kind feature

@LiorLieberman LiorLieberman added the kind/bug Categorizes issue or PR as related to a bug. label Mar 26, 2025
@LiorLieberman
Copy link
Member Author

/kind feature

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 26, 2025
@LiorLieberman LiorLieberman changed the title EPP TLS support provide very minimal protection EPP TLS support provides very minimal protection Mar 27, 2025
@ahg-g ahg-g removed the kind/bug Categorizes issue or PR as related to a bug. label Mar 28, 2025
@danehans
Copy link
Contributor

danehans commented Apr 3, 2025

+1 on leveraging BackendTLSPolicy for this use case, especially since we want to stabilize the existing APIs. However,the BackendTLSPolicy GEP will need to be updated to no longer be Service-specific.

@LiorLieberman
Copy link
Member Author

The epp has a service, we can look in making it work this way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants