Maurice Faber
Maurice Faber
I went through their examples, but none of the skip or if directives is used in a mutation. If you know of a link to such documentation, please do share.
I tried using them in this mutation but get errors: ```gql mutation UpdateUser( $id: String! $email: String! $name: String! $phoneNumber: String ) { updateUser( where: { id: $id } data:...
@MichalLytek I am seriously considering donating for this example, and I am probably not the only in need of it. How much would do you want for it?
k8s...but this has nothing to do with our keycloak openid config, as all other apps work fine with it. It seems like a bug that the slash is stripped, no?...
It is kiali that is providing the redirect url to the openid provider, and it simply provides the wrong url. It should always use `.../${webroot}/${request}`
However you phrase it, the intent of a web root is of course being able to place an app under a subpath. Kiali is not honouring that intent, and gives...
This is clearly a bug imo, as Kiali devs decide to ask for a webroot without trailing slash (great for normalization), but then you are not adding back the slash,...
> In any case, it is a config that usually can be fixed or worked around at the IdP side. Really? We are talking about a redirect url that the...
Anyway, with some hacking we were able to make our ingress "fix" such mistakes, and are now redirecting to the correct url.
I just hope the concept of a web root is clear. When that intent is not honoured...well