-
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
Supports mTLS scenario with APIRule #808
Comments
Hello @adriil would you like to give more information about your use-case? What do you exactly need to modify in the VirtualService to get mTLS working? Recently I've updated the documentation how to set up mTLS gateway. You can check out if this tutorial can give you more insights. https://github.com/kyma-project/api-gateway/blob/main/docs/user/tutorials/01-30-set-up-mtls-gateway.md |
Hi @Ressetkk,
Is the header forwarding something APIRule supports ? |
Now I get what you were looking for! I'm sorry I cannot help you much more right now. |
actually it should be supported by mutators in APIRule v1* and request modifiers in APIRule v2*. @adriil mentioned tutorial also is creating Istio AuthorizationPolicy. you would expect it to be created by APIRule too, right? |
Description
Hi team,
Today, if we want to expose our service with mTLS (as documented here), we need to use an Istio's
VirtualService
.Could we make Kyma natively supporting the mTLS use case with
APIRule
?Reasons
APIRule
for both JWT and TLS scenarioDoD:
Attachments
The text was updated successfully, but these errors were encountered: