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

Multiple upstreams by port #142

Closed
sparkoo opened this issue Aug 25, 2021 · 1 comment
Closed

Multiple upstreams by port #142

sparkoo opened this issue Aug 25, 2021 · 1 comment

Comments

@sparkoo
Copy link

sparkoo commented Aug 25, 2021

I have a pod with multiple containers listening on various ports and I have single service to that pod with all ports exposed. I would like to protect the service so only owner with proper authorization token can access them. As far as I understand, it would mean to deploy kube-rbac-proxy container in front of every exposed port, which is a huge cost. Is there a way how to configure single kube-rbac-proxy to do the job? Or would you recommend different solution? Would you accept the contribution to support multiple upstreams into kube-rbac-proxy?

@s-urbaniak
Copy link
Collaborator

which is a huge cost
can you elaborate on this? multiple kube-rbac-proxy instances are being used that way in quite some places.

Would you accept the contribution to support multiple upstreams into kube-rbac-proxy?
Generally, I think such an contribution would be awesome.

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

2 participants