-
Notifications
You must be signed in to change notification settings - Fork 1
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
Secure communication between Connector and Domain Registry #20
Comments
Currently implemented in the load balancer from the server side. Client side authentication still missing. |
Currently secure access is not implemented as the Discovery Service requires access to the Domain Registry. A compromise must be reached. At least, write access should be restricted. |
At the Lisbon meeting, it was decided to:
|
I think management of security between message node and domain should be delegated: if you are (like now) on a local LAN, no security rule is necessary. In case of open access, it can be delegated through an API Gateway with credentials. At least the possibility to have a simple http access should be kept for performance reason. Also because behind a proxy (or gateway), no need to add stack of https. |
Status update: |
Added in release 0.8.0 |
Connector and Domain Registry only communicate with each other. HTTPS with client and server certificates can be used to ensure security and authentication.
If these two are guaranteed to be deployed in a private LAN, HTTPS could be turned off for better performance.
The text was updated successfully, but these errors were encountered: