-
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
fix(service-proxy): well defined urls for exposed services with max 63 #678
fix(service-proxy): well defined urls for exposed services with max 63 #678
Conversation
…3 chars Signed-off-by: Uwe Mayer <[email protected]>
Could you please update the docs along the changes made: https://github.com/cloudoperators/greenhouse/blob/main/docs/user-guides/plugin/plugin-deployment.md#urls-for-exposed-services |
…bug-service-proxy-err-no-upstream-found-for
Signed-off-by: Uwe Mayer <[email protected]>
Signed-off-by: Uwe Mayer <[email protected]>
Signed-off-by: Uwe Mayer <[email protected]>
Signed-off-by: Uwe Mayer <[email protected]>
Signed-off-by: Uwe Mayer <[email protected]>
Updated the docs |
Signed-off-by: Uwe Mayer <[email protected]>
Signed-off-by: Uwe Mayer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
This enforces:
--
inCluster
namesCluster
names, so we make sure thehash
ofservice-name+namespace
fits into the exposed service subdomain.Exposed service URLs will look like:
This reduces all host decomposition to only use the extracted
ClusterName
from the incoming request. We made sure this is welldefined and unambigous.What type of PR is this? (check all applicable)
Related Tickets & Documents
Changed tests?