You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining multiple services under a single APIRule (v2alpha1) in Kyma, only the last mentioned service has a RequestAuthentication resource created. Other services listed earlier in the APIRule do not get their corresponding RequestAuthentication resources, leading to authentication failures when trying to access their endpoints.
Expected result
Each service defined in the APIRule should have its own corresponding RequestAuthentication resource, ensuring all services are properly
Actual result
Only the last service listed in the APIRule has a RequestAuthentication resource created. The other services do not have their authentication configurations applied, making their endpoints inaccessible due to missing authentication.
Steps to reproduce
Define an APIRule with multiple services (under same host with JWT auth).
Description
When defining multiple services under a single APIRule (v2alpha1) in Kyma, only the last mentioned service has a RequestAuthentication resource created. Other services listed earlier in the APIRule do not get their corresponding RequestAuthentication resources, leading to authentication failures when trying to access their endpoints.
Expected result
Each service defined in the APIRule should have its own corresponding RequestAuthentication resource, ensuring all services are properly
Actual result
Only the last service listed in the APIRule has a RequestAuthentication resource created. The other services do not have their authentication configurations applied, making their endpoints inaccessible due to missing authentication.
Steps to reproduce
Troubleshooting
Manually creating a RequestAuthentication resource for the missing services resolves the issue, and authentication works as expected.
The text was updated successfully, but these errors were encountered: