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

Support secured GRPC server for sidecar container #524

Closed
Madhu-1 opened this issue Feb 22, 2024 · 1 comment
Closed

Support secured GRPC server for sidecar container #524

Madhu-1 opened this issue Feb 22, 2024 · 1 comment

Comments

@Madhu-1
Copy link
Member

Madhu-1 commented Feb 22, 2024

Currently, the sidecar runs on the provided IP and port and starts a GRPC server which is not SSL/TLS support enabled. If there is no authentication enabled on the server side anyone can send a request targeting the nodes with some known ports and can easily perform node-level or controller-level operation, This could be a security problem for the production clusters. We need to support SSL/TLS for the GRPC server when it's running on the IP and port.

@nixpanic @Rakshith-R Thoughts?

@Madhu-1
Copy link
Member Author

Madhu-1 commented Feb 22, 2024

dup of #96

@Madhu-1 Madhu-1 closed this as completed Feb 22, 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

No branches or pull requests

1 participant