Viktor Sadovnikov
Viktor Sadovnikov
@yegor256 actually there is #1217 for this... `exists()` still returns `true` for both directories and files. However `contents().get(a_path)` returns `null` for directories Although it feels like a work around. Contents...
@yegor256 not throwing an exception is a good step - thanks for merging #1217 Yes, I would change `contents().get(a_path)` to return an object with methods for - checking type of...
@abebehailu, do you have a fork with the fix?
Here is an example of multi-project setup https://github.com/JV-ration/gradle-multi-project-sample/tree/0.0.1, where any Gradle task fails, including `gradle tasks`. Problems disappear when declaration of release plugin is removed from top level `build.gradle` ```...
@zhaohuabing, @arkodg, thank you very much for looking into this limitation 👍 The biggest inconvenience for us is the need to register in IDP additional allowed redirect URIs for every...
> To a certain extent, yes. OIDC requires targeting a specific HTTP listener or HTTP Route rather than the entire gateway, distinguishing it from other configurations in `SecurityPolicy` like basic...
@zhaohuabing, we continued our experiment with a small change in the EG code, which makes OIDC filters on the actual service and the fallback routes use the same cookie. And...
@zhaohuabing sounds good. Do you have an idea when https://github.com/kubernetes-sigs/gateway-api will have a new release?
Hi @primeroz, @nmaupu! An addition to the work-around above. I got the secret created and populated by `ca.crt` and `token`. However, the vault operator still fails with `"No secret associated...
@arkodg From my [discussion](https://github.com/envoyproxy/gateway/discussions/2425) with @zhaohuabing I understood that two HTTP Routes cannot be applied to the same host/path. It seems I read it wrong, it's just necessary to ensure...