kyma-project / api-gateway

Apache License 2.0
4 stars 25 forks source link

Validation message for Istio JWT issuer and jwksUri are misleading #1102

Open triffer opened 4 weeks ago

triffer commented 4 weeks ago

Description

The error message for failed validation of issuer and jwksUri for Istio JWT are value is empty or not a valid url. In both cases a URI is allowed, not an URL. Also the docs of issuer already mention that the value needs to be a valid URI. Additionally, the troubleshooting guide using this error message should be updated.

Expected result The validation message should contain URI not url.

Actual result

Steps to reproduce There are unit tests verifying this validation.

Troubleshooting