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

[Controller] Allow multiple gateways assigned to one Nuclio function #3217

Merged
merged 9 commits into from
Apr 17, 2024

Conversation

rokatyy
Copy link
Contributor

@rokatyy rokatyy commented Apr 16, 2024

Currently it’s not allowed to have multiple gateways assigned to one Nuclio function. However, it still can be the case for user to have gateway with authorization on top of one function and canary and auth on top of same function + additional Nuclio function.

Since stress test on having multiple gateways assigned to the same Nuclio function is successfully passed, we can get rid of this limitation.

Jira - https://iguazio.atlassian.net/browse/NUC-167

@rokatyy rokatyy marked this pull request as ready for review April 16, 2024 09:06
Copy link
Contributor

@TomerShor TomerShor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a test verifying multiple api gateways to the same function

@rokatyy rokatyy marked this pull request as draft April 16, 2024 12:43
@rokatyy rokatyy marked this pull request as ready for review April 16, 2024 21:41
@TomerShor TomerShor merged commit ffa566e into nuclio:development Apr 17, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants