-
Notifications
You must be signed in to change notification settings - Fork 26
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 for wildcard host/multiple hosts #419
Comments
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
This issue or PR has been automatically closed due to the lack of activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /close |
@kyma-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
This issue or PR has been automatically closed due to the lack of activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /close |
@kyma-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
At the moment, each
APIRule
object is bound to single external URL, however the underlyingVirtualService
object is capable of serving multiple hosts at the same time, or use regex matchers for theHost
header.Example with regex matcher (will match
a-http-echo.my.domain.com
,b-http-echo.my.domain.com
etc.):Example with multiple hosts:
Would be very helpful to have support from
APIRule
for such use cases, by either introducing newspec.hosts
array, or makingspec.host
regex capable by switching to theHost
header regex matcher (or both).Reasons
These features would greatly improve Kyma support for Multitenant CAP applications, which are using SaaS Registry Service.
At the moment there's no easy way to handle multitenant URLs on Kyma.
DoD:
Attachments
The text was updated successfully, but these errors were encountered: